This commit is contained in:
Samuele E. Locatelli
2019-10-10 14:35:12 +02:00
parent b05dcf29d1
commit 5f65afcc4b
Vendored
+1 -1
View File
@@ -64,7 +64,7 @@ pipeline {
bat "e:\\fart.exe SteamWareLib\\SteamWare.cs 1.0.0.0 ${env.versionNumber}${env.classifier} || EXIT /B 0"
bat "e:\\nuget.exe restore ${WORKSPACE}\\SteamWare.sln"
// elimino vecchie build...
bat "rm -rdf *.nupkg"
bat "del /f /q *.nupkg"
// BUILD!
bat "\"${tool 'MSBuild-16.0'}\" SteamWareLib\\SteamWare.csproj -target:Build /p:Configuration=${env.config} /p:Platform=\"Any CPU\" /p:OutputPath=bin/${env.config} /m"
// creo package NuGet...