Wait for setup process

This commit is contained in:
Gerrit 2023-05-31 14:08:04 +02:00
parent be34a58dca
commit 02321a6dfe
2 changed files with 2 additions and 2 deletions

View file

@ -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