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 dcd6e8b commit e60881cCopy full SHA for e60881c
.github/workflows/dotnetcore.yml
@@ -14,11 +14,10 @@ jobs:
14
- uses: actions/checkout@v2
15
- name: Setup .NET Core
16
uses: actions/setup-dotnet@v1
17
- with:
18
- dotnet-version: 2.2.108
+# with:
+# dotnet-version: 2.2.108
19
- name: Build and Pack
20
run: dotnet build --configuration Release
21
- - run: echo github.event {github.event}
22
- run: dotnet --version
23
- run: dotnet nuget --version
24
- run: dotnet nuget push --help
0 commit comments