We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8cd44f commit 78ec06bCopy full SHA for 78ec06b
.github/workflows/build.yml
@@ -20,8 +20,10 @@ jobs:
20
name: Dotnet ${{ matrix.dotnet }} sample
21
steps:
22
- uses: actions/checkout@master
23
+ - uses: warrenbuckley/Setup-MSBuild@v1
24
- name: Setup dotnet
25
uses: actions/setup-dotnet@v1
26
with:
27
+ # Folder location of where vswhere.exe is located if a self-hosted agent
28
dotnet-version: ${{ matrix.dotnet }}
29
- run: dotnet build TranslitModule
0 commit comments