- CI-winpeas_test.yml updates
This commit is contained in:
parent
d8cc0f31d3
commit
d69908e427
6
.github/workflows/CI-winpeas_test.yml
vendored
6
.github/workflows/CI-winpeas_test.yml
vendored
@ -25,11 +25,11 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
# Install the .NET Core workload
|
||||
- name: Install .NET 4.x.x
|
||||
# Install the .NET
|
||||
- name: Install .NET 4.5.2
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 4.5.2
|
||||
dotnet-version: '4.5.2'
|
||||
|
||||
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
|
||||
- name: Setup MSBuild.exe
|
||||
|
Loading…
Reference in New Issue
Block a user