Skip to content

Commit 0e03fc9

Browse files
committed
Fix Ubuntu build
1 parent 3bc2911 commit 0e03fc9

3 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,7 @@ jobs:
5454
echo "TAG=$TAG" >> $GITHUB_ENV
5555
5656
- name: Restore dependencies
57-
run: |
58-
nuget update -self
59-
nuget restore
60-
dotnet restore --no-cache
57+
run: dotnet restore --no-cache
6158

6259
- name: Build solution
6360
run: dotnet build -c Release --no-restore --no-incremental

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,3 @@ FodyWeavers.xsd
435435
*.msix
436436
*.msm
437437
*.msp
438-
439-
# Custom
440-
nupkg/

nupkg/.keepme

Whitespace-only changes.

0 commit comments

Comments
 (0)