fix escape any cpu
This commit is contained in:
+2
-2
@@ -40,8 +40,8 @@ build_job:
|
||||
echo $hasSource
|
||||
|
||||
- '& "$env:NUGET_PATH" restore GPW.sln'
|
||||
- '& "$env:MSBUILD_PATH" GPW_Admin/GPW_Admin.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m'
|
||||
- '& "$env:MSBUILD_PATH" GPW_Smart/GPW_Smart.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m'
|
||||
- '& "$env:MSBUILD_PATH" GPW_Admin/GPW_Admin.csproj -target:Build /p:Configuration=Release /p:Platform="Any CPU" /p:OutputPath=bin/ /m'
|
||||
- '& "$env:MSBUILD_PATH" GPW_Smart/GPW_Smart.csproj -target:Build /p:Configuration=Release /p:Platform="Any CPU" /p:OutputPath=bin/ /m'
|
||||
|
||||
#artifacts:
|
||||
# expire_in: 365 days #artifcats will be stored only 365 days after this it will
|
||||
|
||||
Reference in New Issue
Block a user