We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104c203 commit e130309Copy full SHA for e130309
build.proj
@@ -45,7 +45,7 @@
45
<Scope Condition=" $(Scope) == '' " >all</Scope>
46
</PropertyGroup>
47
<ItemGroup>
48
- <CmdletSolutionsToBuild Include=".\src\ServiceManagement\ServiceManagement.sln;.\src\Storage\Storage.sln;.\src\ResourceManager\**\*.sln"
+ <CmdletSolutionsToBuild Include=".\src\Storage\Storage.sln;.\src\ResourceManager\**\*.sln;.\src\ServiceManagement\ServiceManagement.sln;"
49
Exclude=".\src\ResourceManager\Intune\*.sln"
50
Condition=" '$(Scope)' == 'all' "/>
51
<CmdletSolutionsToBuild Include=".\src\ResourceManager\$(Scope)\*.sln"
0 commit comments