Wait for setup process
This commit is contained in:
parent
be34a58dca
commit
02321a6dfe
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Add MSBuild to the PATH https://github.com/microsoft/setup-msbuild
|
||||
- name: Add MSBuild to the PATH
|
||||
uses: microsoft/setup-msbuild@v1
|
||||
- name: Restore the application
|
||||
run: msbuild $env:solution /m /t:Restore /p:Configuration=$env:configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue