Skip to content

Commit ea7208c

Browse files
committed
clean up
1 parent 5751a57 commit ea7208c

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

How-to-release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

justfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ default: test-all
77
find-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

1815
build SOLUTION:

0 commit comments

Comments
 (0)