- CI-winpeas_test.yml updates

This commit is contained in:
makikvues 2021-07-06 14:08:03 +02:00
parent d8cc0f31d3
commit d69908e427

View File

@ -25,11 +25,11 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
# Install the .NET Core workload # Install the .NET
- name: Install .NET 4.x.x - name: Install .NET 4.5.2
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with:
dotnet-version: 4.5.2 dotnet-version: '4.5.2'
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe - name: Setup MSBuild.exe