Enable all target frameworks in build validation
This commit is contained in:
Родитель
5da6f8ddec
Коммит
fc1861d056
|
@ -52,6 +52,10 @@ jobs:
|
|||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.3
|
||||
|
||||
- name: Enable all TargetFrameworks
|
||||
working-directory: ./common/Scripts/
|
||||
run: ./UseTargetFrameworks.ps1 all
|
||||
|
||||
- name: MSBuild
|
||||
# working-directory: ./
|
||||
run: msbuild.exe Toolkit.Labs.All.sln /restore -p:Configuration=Release
|
||||
|
|
Загрузка…
Ссылка в новой задаче