create all artifacts in Oqtane.Package folder
This commit is contained in:
parent
060f764da7
commit
a05a1d6321
BIN
Oqtane.Package/Oqtane.Framework.2.1.0.Install.zip
Normal file
BIN
Oqtane.Package/Oqtane.Framework.2.1.0.Install.zip
Normal file
Binary file not shown.
BIN
Oqtane.Package/Oqtane.Framework.2.1.0.Upgrade.zip
Normal file
BIN
Oqtane.Package/Oqtane.Framework.2.1.0.Upgrade.zip
Normal file
Binary file not shown.
|
@ -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,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"
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue
Block a user