From f94ff7d935d87ff39e1ced968e00b6bf83ffc5df Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 4 Nov 2020 14:40:27 +0100 Subject: [PATCH] typo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 221f22c..725641a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -88,7 +88,7 @@ pipeline { // BUILD! bat "\"${tool 'MSBuild-16.0'}\" MConnectSDK/MConnectSDK.csproj -target:Build /p:Configuration=${env.config} /p:Platform=\"x86\" /p:OutputPath=bin/${env.config} /m" // creo package NuGet... - bat "e:\\nuget.exe pack ${WORKSPACE}\\MConnectSDK\\MConnectSDK.csproj -properties Configuration=${env.config} -Version ${env.packVers}"" + bat "e:\\nuget.exe pack ${WORKSPACE}\\MConnectSDK\\MConnectSDK.csproj -properties Configuration=${env.config} -Version ${env.packVers}" } else {