fix typo
This commit is contained in:
Vendored
+1
-1
@@ -38,7 +38,7 @@ pipeline {
|
||||
// CAMBIO numero versione + checkout NuGet in file sorgente!!!
|
||||
bat "e:\\fart.exe SteamWareLib\\SteamWare.cs 1.0.0.0 ${env.versionNumber} || EXIT /B 0"
|
||||
bat "e:\\nuget.exe restore ${WORKSPACE}\\SteamWare.sln"
|
||||
bat "e:\\nuget.exe restore ${WORKSPACE}\\SteamWare\SteamWare.csproj"
|
||||
bat "e:\\nuget.exe restore ${WORKSPACE}\\SteamWare\\SteamWare.csproj"
|
||||
}
|
||||
script {
|
||||
bat "\"${tool 'MSBuild-14.0'}\" SteamWareLib\\SteamWare.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m"
|
||||
|
||||
Reference in New Issue
Block a user