Skip to content

Commit 1498d14

Browse files
committed
Build script updates
1 parent 081558d commit 1498d14

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

WebJobs.Script.proj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<SkipStrongNamesExe>packages\Microsoft.Web.SkipStrongNames.1.0.0\tools\SkipStrongNames.exe</SkipStrongNamesExe>
77
<SkipStrongNamesXml>tools\SkipStrongNames.xml</SkipStrongNamesXml>
88
<PublishPath Condition=" '$(PublishPath)' == '' ">bin</PublishPath>
9-
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
109
<SetConfiguration Condition=" '$(Configuration)' != '' ">Configuration=$(Configuration)</SetConfiguration>
1110
<SetPlatform Condition=" '$(Platform)' != '' ">Platform=$(Platform)</SetPlatform>
1211
</PropertyGroup>

build.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
msbuild WebJobs.Script.proj /p:Configuration=Release

0 commit comments

Comments
 (0)