We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d37aa3 commit 6a96c26Copy full SHA for 6a96c26
.github/workflows/build.yml
@@ -126,7 +126,7 @@ jobs:
126
run: copy ./tooling/.github/workflows/config/* ./
127
128
- name: Add msbuild to PATH
129
- uses: microsoft/setup-msbuild@v1.3.1
+ uses: microsoft/setup-msbuild@v2
130
131
- name: Add project heads to ProjectTemplate
132
working-directory: ./${{ env.PROJECT_DIRECTORY }}
@@ -182,7 +182,7 @@ jobs:
182
mkdir ./components
183
184
185
186
187
# Restore Tools from Manifest list in the Repository
188
- name: Restore dotnet tools
0 commit comments