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 eb417b7 commit 50f5d0eCopy full SHA for 50f5d0e
build.proj
@@ -137,6 +137,9 @@
137
<!-- Restore packages -->
138
<Exec Command="$(NuGetCommand) restore %(CmdletSolutionsToBuild.FullPath) $(NuGetRestoreConfigSwitch)"
139
ContinueOnError="false" />
140
+ <!-- Restore packages for static analysis-->
141
+ <Exec Command="$(NuGetCommand) restore %(StaticAnalysis.FullPath) $(NuGetRestoreConfigSwitch)"
142
+ ContinueOnError="false" />
143
144
<!--Restore the xunit runner needed to run unit tests-->
145
<Exec Command="$(NuGetCommand) restore $(MSBuildProjectDirectory)\packages.config -PackagesDirectory $(MSBuildProjectDirectory)\packages" />
0 commit comments