- removed .net installation from github action

This commit is contained in:
makikvues 2021-07-06 14:24:18 +02:00
parent 6acb8a29f8
commit da4862f85a

View File

@ -25,12 +25,6 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
# Install the .NET
- name: Install .NET 4.5.2
uses: actions/setup-dotnet@v1
with:
dotnet-version: '4.5.2'
source-url: https://www.nuget.org/packages/rb.DotNet4.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