Skip to content

Commit

Permalink
add new build script to project.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Feb 25, 2022
1 parent 2d46564 commit 25f9d99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Our.Umbraco.MaintenanceMode.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{486999F4-3AC9-49FD-9FAE-4F6FC5007E8E}"
ProjectSection(SolutionItems) = preProject
Build\buildpackage.cmd = Build\buildpackage.cmd
dist\buildpackage.ps1 = dist\buildpackage.ps1
gulpfile.js = gulpfile.js
Build\package.xml = Build\package.xml
paths.json = paths.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Our.Umbraco.MaintenanceMode", "Our.Umbraco.MaintenanceMode\Our.Umbraco.MaintenanceMode.csproj", "{AA01FA1B-F903-4F9D-BAB3-C85065BA749B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MaintenanceMode.Site", "MaintenanceMode.Site\MaintenanceMode.Site.csproj", "{688F0FB7-CBBE-4D7A-AEC9-2249608B9CEE}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MaintenanceMode.Site", "MaintenanceMode.Site\MaintenanceMode.Site.csproj", "{688F0FB7-CBBE-4D7A-AEC9-2249608B9CEE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion dist/buildpackage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ XCOPY "$outFolder\*.nupkg" "C:\Source\localgit" /Q /Y

if ($push) {
""; "##### Pushing to our nighly package feed"; "----------------------------------" ; ""
.\nuget.exe push "$outFolder\*.nupkg" -ApiKey AzureDevOps -src https://pkgs.dev.azure.com/jumoo/Public/_packaging/nightly/nuget/v3/index.json
.\nuget.exe push "$outFolder\*.nupkg" -ApiKey JumooNightly -src https://pkgs.dev.azure.com/jumoo/Public/_packaging/nightly/nuget/v3/index.json

Remove-Item ".\last-push-*"
Out-File -FilePath ".\last-push-$fullVersion.txt" -InputObject $fullVersion
Expand Down

0 comments on commit 25f9d99

Please sign in to comment.