Skip to content

Commit

Permalink
Updated GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianMorozov committed Nov 12, 2024
1 parent b34a955 commit 6975038
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/branch_main_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@2

with:
vs-prerelease: true

- name: Setup Nuget Cache
uses: actions/cache@v4
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/branch_main_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@2

with:
vs-prerelease: true

- name: Setup Nuget Cache
uses: actions/cache@v4
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/branch_preview_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@2

with:
vs-prerelease: true

- name: Setup Nuget Cache
uses: actions/cache@v4
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/branch_preview_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@2

with:
vs-prerelease: true

- name: Setup Nuget Cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 6975038

Please sign in to comment.