Update test.yml

This commit is contained in:
Sora 2023-04-16 09:31:37 +08:00 committed by GitHub
parent 5f8c2765fd
commit f842ccb4c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
uses: microsoft/setup-msbuild@v1.0.2
- name: Install NuGet Packages
run: nuget restore ChangeTimestamp.sln
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