We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc2911 commit 0e03fc9Copy full SHA for 0e03fc9
3 files changed
.github/workflows/publish.yml
@@ -54,10 +54,7 @@ jobs:
54
echo "TAG=$TAG" >> $GITHUB_ENV
55
56
- name: Restore dependencies
57
- run: |
58
- nuget update -self
59
- nuget restore
60
- dotnet restore --no-cache
+ run: dotnet restore --no-cache
61
62
- name: Build solution
63
run: dotnet build -c Release --no-restore --no-incremental
.gitignore
@@ -435,6 +435,3 @@ FodyWeavers.xsd
435
*.msix
436
*.msm
437
*.msp
438
-
439
-# Custom
440
-nupkg/
nupkg/.keepme
0 commit comments