Skip to content

Commit e60881c

Browse files
What versions do I get if I don't specify?
1 parent dcd6e8b commit e60881c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
17-
with:
18-
dotnet-version: 2.2.108
17+
# with:
18+
# dotnet-version: 2.2.108
1919
- name: Build and Pack
2020
run: dotnet build --configuration Release
21-
- run: echo github.event {github.event}
2221
- run: dotnet --version
2322
- run: dotnet nuget --version
2423
- run: dotnet nuget push --help

0 commit comments

Comments
 (0)