Skip to content

Commit 78ec06b

Browse files
authored
Update build.yml
1 parent f8cd44f commit 78ec06b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
name: Dotnet ${{ matrix.dotnet }} sample
2121
steps:
2222
- uses: actions/checkout@master
23+
- uses: warrenbuckley/Setup-MSBuild@v1
2324
- name: Setup dotnet
2425
uses: actions/setup-dotnet@v1
2526
with:
27+
# Folder location of where vswhere.exe is located if a self-hosted agent
2628
dotnet-version: ${{ matrix.dotnet }}
2729
- run: dotnet build TranslitModule

0 commit comments

Comments
 (0)