mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Restore solutions packages before build
This commit is contained in:
3
.github/workflows/build-release.yml
vendored
3
.github/workflows/build-release.yml
vendored
@@ -40,5 +40,8 @@ jobs:
|
||||
dotnet build ./Examples/NativeAot/NativeAot.csproj --configuration Release
|
||||
dotnet build ./Examples/SelfContained/SelfContained.csproj --configuration Release
|
||||
|
||||
- name: Restore Solution Packages
|
||||
run: dotnet restore
|
||||
|
||||
- name: Build Release Solution without restore
|
||||
run: dotnet build --configuration Release --no-restore
|
||||
|
||||
Reference in New Issue
Block a user