Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prasenjeetnath authored Oct 18, 2023
1 parent 8c15f1c commit 82a7435
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:

build:
runs-on: windows-2022
runs-on: windows-2019

defaults:
run:
Expand All @@ -24,6 +24,12 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-dotnet@v3
id: stepid
with:
dotnet-version: 3.1.0
- run: echo '${{ steps.stepid.outputs.dotnet-version }}' # outputs 3.1.0

- name: Setup Version
uses: gittools/actions/gitversion/[email protected]
with:
Expand Down

0 comments on commit 82a7435

Please sign in to comment.