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 d6fad08 commit 3970767Copy full SHA for 3970767
.github/workflows/build-pr-ci.yml
@@ -12,8 +12,10 @@ jobs:
12
fetch-depth: 0
13
- name: Setup .NET Core
14
uses: actions/setup-dotnet@v4
15
- with:
16
- dotnet-version: 9.x
+ with: # NOTE: we don't need to install 6.x and 8.x cause they are included in windows-latest(windows-2022) image.
+ dotnet-version: |
17
+ 7.x
18
+ 9.x
19
20
- name: Build Reason
21
run: "echo ref: ${{github.ref}} event: ${{github.event_name}}"
0 commit comments