Merge pull request #1437 from sbwalker/dev
create all artifacts in Oqtane.Packages folder
This commit is contained in:
commit
ec462e2372
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,6 +7,7 @@ msbuild.binlog
|
||||||
.vscode/
|
.vscode/
|
||||||
*.binlog
|
*.binlog
|
||||||
*.nupkg
|
*.nupkg
|
||||||
|
*.zip
|
||||||
|
|
||||||
*.idea
|
*.idea
|
||||||
|
|
||||||
|
|
|
@ -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.Server\bin\Release\Oqtane.Framework.2.1.0.Install.zip" -Force
|
|
@ -18,5 +18,5 @@ dotnet clean -c Release ..\Oqtane.Updater.sln
|
||||||
dotnet build -c Release ..\Oqtane.Updater.sln
|
dotnet build -c Release ..\Oqtane.Updater.sln
|
||||||
dotnet publish ..\Oqtane.Updater\Oqtane.Updater.csproj /p:Configuration=Release
|
dotnet publish ..\Oqtane.Updater\Oqtane.Updater.csproj /p:Configuration=Release
|
||||||
nuget.exe pack Oqtane.Updater.nuspec
|
nuget.exe pack Oqtane.Updater.nuspec
|
||||||
pause
|
pause
|
||||||
|
|
||||||
|
|
|
@ -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.Server\bin\Release\Oqtane.Framework.2.1.0.Upgrade.zip" -Force
|
Loading…
Reference in New Issue
Block a user