Skip to content

Commit

Permalink
Update actions to use Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindshmicrosoft committed Mar 5, 2024
1 parent e28a3b2 commit ea83171
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2
- name: Setup NuGet
uses: NuGet/setup-nuget@v1.1.1
uses: NuGet/setup-nuget@v2
- name: Restore NuGet Packages
run: nuget restore SQLCallStackResolver.sln
- name: Build SQLCallStackResolver
run: msbuild SQLCallStackResolver.sln /p:Configuration=Release
- name: Upload Artifact
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@v4
with:
name: SQLCallStackResolver
path: |
Expand Down

0 comments on commit ea83171

Please sign in to comment.