msbuild15?
This commit is contained in:
Vendored
+2
-2
@@ -49,7 +49,7 @@ pipeline {
|
||||
// restore nuget packages
|
||||
bat "e:\\nuget.exe restore ${WORKSPACE}\\MConnect.sln"
|
||||
// BUILD Develop (della sola libreria)!
|
||||
bat "\"${tool 'MSBuild-16.0'}\" MConnectSDK/MConnectSDK.csproj -target:Build /p:Configuration=${env.config} /p:Platform=\"x86\" /p:OutputPath=bin/${env.config}/ /m"
|
||||
bat "\"${tool 'MSBuild-15.0'}\" MConnectSDK/MConnectSDK.csproj -target:Build /p:Configuration=${env.config} /p:Platform=\"x86\" /p:OutputPath=bin/${env.config}/ /m"
|
||||
}
|
||||
else {
|
||||
echo 'NON faccio test di Build se non per BRANCH DEVELOP...'
|
||||
@@ -83,7 +83,7 @@ pipeline {
|
||||
// restore nuget packages
|
||||
bat "e:\\nuget.exe restore ${WORKSPACE}\\MConnect.sln"
|
||||
// BUILD!
|
||||
bat "\"${tool 'MSBuild-16.0'}\" MConnectSDK/MConnectSDK.csproj -target:Build /p:Configuration=${env.config} /p:Platform=\"x86\" /p:OutputPath=bin/ /m"
|
||||
bat "\"${tool 'MSBuild-15.0'}\" MConnectSDK/MConnectSDK.csproj -target:Build /p:Configuration=${env.config} /p:Platform=\"x86\" /p:OutputPath=bin/ /m"
|
||||
// creo package NuGet...
|
||||
cd "Rilasci"
|
||||
bat "e:\\nuget.exe pack ${WORKSPACE}\\MConnectSDK\\MConnectSDK.csproj -properties Configuration=Release"
|
||||
|
||||
Reference in New Issue
Block a user