mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 16:27:55 +01:00
Create LocalPackages Directory
This commit is contained in:
13
.github/workflows/dotnet-core.yml
vendored
13
.github/workflows/dotnet-core.yml
vendored
@@ -90,8 +90,17 @@ jobs:
|
||||
dotnet-version: 8.x
|
||||
dotnet-quality: 'ga'
|
||||
|
||||
- name: Pack Releae
|
||||
run: dotnet pack --configuration Release --output ./bin/Release
|
||||
- name: Create LocalPackages Directory
|
||||
run: mkdir -p LocalPackages
|
||||
|
||||
- name: Pack Release
|
||||
run: dotnet pack --configuration Release --output ./LocalPackages
|
||||
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore --source ./LocalPackages
|
||||
|
||||
- name: Build Release
|
||||
run: dotnet build --configuration Release
|
||||
|
||||
|
||||
# Note: this step is currently not writing to the gist for some reason
|
||||
|
||||
Reference in New Issue
Block a user