Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c1946c9f2c |
@@ -7,6 +7,10 @@ runs:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: https://gitea.jsc.idv.tw/actions/cache-nuget@v0.0.2
|
||||
- run: dotnet restore
|
||||
if: ${{ hashFiles('nuget.config') == '' }}
|
||||
shell: bash
|
||||
- run: dotnet restore --configfile nuget.config
|
||||
if: ${{ hashFiles('nuget.config') != '' }}
|
||||
shell: bash
|
||||
- run: dotnet build --no-restore
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user