fixup! make build work in VS2022
Some checks failed
Build and push Docker image / .net docker build (push) Has been cancelled
.net checks / run .net tests (push) Has been cancelled
.net checks / dotnet-format (push) Has been cancelled

This commit is contained in:
Iris System 2025-08-18 17:09:44 +12:00
parent 06cb160f95
commit 21da6f9525
4 changed files with 14 additions and 12 deletions

View file

@ -60,7 +60,7 @@
</ItemGroup>
<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">
<Exec Command="../ci/dotnet-version.sh" IgnoreExitCode="False">
<Exec Command="..\ci\dotnet-version.sh" IgnoreExitCode="False">
</Exec>
</Target>