mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
chore: fix .NET build in VS2022
This commit is contained in:
parent
97f481120c
commit
6b0b8f82ee
2 changed files with 13 additions and 6 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue