Skip to content

Commit

Permalink
fix with rms
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Sep 21, 2023
1 parent 983537d commit f96071a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
dotnet publish -p:DebugType=embedded -p:GenerateDocumentation=false Plugin/windows/windows.csproj -c Release -o p/windows
dotnet publish -p:DebugType=embedded -p:GenerateDocumentation=false Plugin/main/main.csproj -c Release -o p/main
rm p/windows/windows.dll
rm p/main/main.dll
cmd /c 7z a -tzip HIC.Extensions.nupkg plugin.nuspec p
dotnet run --project RDMP/Tools/rdmp/rdmp.csproj -c Release -- pack -p --file HIC.Extensions.nupkg --dir yaml
dotnet run --project RDMP/Tools/rdmp/rdmp.csproj -c Release -- cmd listsupportedcommands --dir yaml
Expand Down
1 change: 0 additions & 1 deletion Plugin/main/main.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<AssemblyTitle>Rdmp.Extensions.Plugin</AssemblyTitle>
<AssemblyName>RdmpExtensionMain</AssemblyName>
<Product>Rdmp.Extensions.Plugin</Product>
<Copyright>Copyright © 2019</Copyright>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion Plugin/windows/windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<ProjectGuid>{07F9F874-1306-4FE6-A03F-A483592BBC7F}</ProjectGuid>
<TargetFramework>net7.0-windows</TargetFramework>
<AssemblyTitle>Rdmp.Extensions.Plugin</AssemblyTitle>
<AssemblyName>RdmpExtensionWindows</AssemblyName>
<Product>Rdmp.Extensions.Plugin</Product>
<Copyright>Copyright © 2019</Copyright>
</PropertyGroup>
Expand Down

0 comments on commit f96071a

Please sign in to comment.