From 5f65afcc4bc6c26af2a031a487f71f15affdc4f0 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 10 Oct 2019 14:35:12 +0200 Subject: [PATCH] fix del --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c80bcfa..438a99a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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...