Update main.yml

This commit is contained in:
Sora 2023-04-16 09:49:45 +08:00 committed by GitHub
parent afdd38abe6
commit 1129addeed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -25,12 +25,6 @@ jobs:
- name: Install NuGet Packages
run: nuget restore ChangeTimestamp\ChangeTimestamp.sln
- name: Build solution for .NET Framework 3.5
run: msbuild -nologo -v:m -p:Configuration=${{ matrix.configuration }} Client\Client35.csproj
- name: Build solution for .NET Framework 4.0
run: msbuild -nologo -v:m -p:Configuration=${{ matrix.configuration }} Client\Client40.csproj
- name: Build solution for ChangeTimestamp project
run: msbuild -nologo -v:m -p:Configuration=${{ matrix.configuration }} ChangeTimestamp\ChangeTimestamp.csproj