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