We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f97f30 commit ac61bb6Copy full SHA for ac61bb6
.github/workflows/Dotnet_template.yml
@@ -20,17 +20,17 @@ jobs:
20
uses: actions/setup-node@v1
21
with:
22
node-version: 16.x
23
- - name: Download nugget
24
- run: mkdir -p .nuget
25
- - run: >-
+ - name: Download nuget
+ run: >-
26
wget -O .nuget/nuget.exe
27
https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
28
- name: Install Nugget
29
run: mono .nuget/nuget.exe
30
- name: dotnet test
31
run: dotnet test Test/Test.csproj
32
- name: nuget packag
33
- - run: mono .nuget/nuget.exe pack -NoDefaultExcludes
+ run: mono .nuget/nuget.exe pack -NoDefaultExcludes
34
- name: GitHub Release
35
if: |
36
success() &&
0 commit comments