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 081558d commit 1498d14Copy full SHA for 1498d14
WebJobs.Script.proj
@@ -6,7 +6,6 @@
6
<SkipStrongNamesExe>packages\Microsoft.Web.SkipStrongNames.1.0.0\tools\SkipStrongNames.exe</SkipStrongNamesExe>
7
<SkipStrongNamesXml>tools\SkipStrongNames.xml</SkipStrongNamesXml>
8
<PublishPath Condition=" '$(PublishPath)' == '' ">bin</PublishPath>
9
- <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
10
<SetConfiguration Condition=" '$(Configuration)' != '' ">Configuration=$(Configuration)</SetConfiguration>
11
<SetPlatform Condition=" '$(Platform)' != '' ">Platform=$(Platform)</SetPlatform>
12
</PropertyGroup>
build.cmd
@@ -0,0 +1 @@
1
+msbuild WebJobs.Script.proj /p:Configuration=Release
0 commit comments