Skip to content

Commit

Permalink
create all artifacts in Oqtane.Package folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sbwalker committed Jun 3, 2021
1 parent 060f764 commit a05a1d6
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
Binary file added Oqtane.Package/Oqtane.Framework.2.1.0.Install.zip
Binary file not shown.
Binary file added Oqtane.Package/Oqtane.Framework.2.1.0.Upgrade.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Oqtane.Package/install.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Compress-Archive -Path "..\Oqtane.Server\bin\Release\net5.0\publish\*" -DestinationPath "..\Oqtane.Server\bin\Release\Oqtane.Framework.2.1.0.Install.zip" -Force
Compress-Archive -Path "..\Oqtane.Server\bin\Release\net5.0\publish\*" -DestinationPath "Oqtane.Framework.2.1.0.Install.zip" -Force
1 change: 1 addition & 0 deletions Oqtane.Package/release.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
del "*.nupkg"
del "*.zip"
dotnet clean -c Release ..\Oqtane.sln
dotnet build -c Release ..\Oqtane.sln
copy /Y/B/V "..\Oqtane.Server\bin\Release\net5.0\System.Drawing.Common.dll" "..\Oqtane.Server\bin\Release\net5.0\publish\System.Drawing.Common.dll"
Expand Down
2 changes: 1 addition & 1 deletion Oqtane.Package/upgrade.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Compress-Archive -Path "..\Oqtane.Server\bin\Release\net5.0\publish\*" -DestinationPath "..\Oqtane.Server\bin\Release\Oqtane.Framework.2.1.0.Upgrade.zip" -Force
Compress-Archive -Path "..\Oqtane.Server\bin\Release\net5.0\publish\*" -DestinationPath "Oqtane.Framework.2.1.0.Upgrade.zip" -Force

0 comments on commit a05a1d6

Please sign in to comment.