Update dotnet-desktop.yml

This commit is contained in:
qwqdanchun 2023-04-16 08:45:07 +08:00 committed by GitHub
parent ec7b605b24
commit 54f9dbe4f6
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:
dotnet-version: '4.0'
- name: Restore NuGet packages
run: nuget restore ChangeTimestamp.sln
run: nuget restore ChangeTimestamp\ChangeTimestamp.sln
- name: Build solution
run: msbuild.exe ChangeTimestamp.sln /t:Build /p:Configuration=${{ matrix.configuration }}