chore: fix .NET build in VS2022

This commit is contained in:
Iris System 2025-08-25 12:21:28 +12:00
parent 97f481120c
commit 6b0b8f82ee
2 changed files with 13 additions and 6 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>