1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

update nuget pipeline

update script
This commit is contained in:
RaidMax
2024-06-26 18:31:37 -05:00
parent c54ff5d095
commit 9cdb2ca63e
21 changed files with 312 additions and 489 deletions

View File

@ -19,8 +19,4 @@
<PackageReference Include="RaidMax.IW4MAdmin.SharedLibraryCore" Version="2024.6.22.1" PrivateAssets="All" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="dotnet publish $(ProjectPath) -c $(ConfigurationName) -o $(ProjectDir)..\..\Build\Plugins --no-build --no-restore --no-dependencies" />
</Target>
</Project>