File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22- Grab the nuget package from the CI artifacts.
33- Upload the .nupkg file to nuget.org.
44 - Upload to https://www.nuget.org/packages/manage/upload
5- - Mark as unlised
5+ - Mark as unlisted
66- Make a cup of coffee
77- Update the version of the referenced Nuget package in the NugetOrgTest project to the package that was just uploaded and run the test.
88 - dotnet add NugetOrgTests/Rubjerg.Graphviz.NugetOrgTest/Rubjerg.Graphviz.NugetOrgTest.csproj package Rubjerg.Graphviz
Original file line number Diff line number Diff line change @@ -7,12 +7,9 @@ default: test-all
77find-msbuild :
88 powershell -NoProfile -Command ' & { & "${env:ProgramFiles(x86)}\\Microsoft Visual Studio\\Installer\\vswhere.exe" -latest -requires Microsoft.Component.MSBuild -find MSBuild\\**\\Bin\\MSBuild.exe }'
99
10- # Restore .NET tools
11- restore-tools :
10+ # Restore .NET tools and main solution packages
11+ restore :
1212 dotnet tool restore
13-
14- # Restore main solution packages
15- restore : restore-tools
1613 dotnet restore Rubjerg.Graphviz.sln
1714
1815build SOLUTION :
You can’t perform that action at this time.
0 commit comments