Refresh proj + fix nuget?

This commit is contained in:
Samuele E. Locatelli
2020-02-20 15:57:16 +01:00
parent 55faad35e0
commit 83d097b3df
2 changed files with 7 additions and 0 deletions
Vendored
+1
View File
@@ -78,6 +78,7 @@ pipeline {
bat "e:\\fart.exe SteamWareLib\\SteamWare.csproj 1.0.0.0 ${env.packVers} || EXIT /B 0"
//bat "e:\\nuget.exe restore ${WORKSPACE}\\SteamWare.sln"
fixNuget("${WORKSPACE}\\SteamWare.sln")
fixNuget("${WORKSPACE}\\SteamWare.Logger\\SteamWare.Logger.csproj")
// elimino vecchie build...
bat "del /f /q *.nupkg"
parallel (
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ShowAllFiles</ProjectView>
</PropertyGroup>
</Project>