fix del
This commit is contained in:
Vendored
+1
-1
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user