Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit d27fbae

Browse files
author
Christy Henriksson
authored
Fix Gallery.Maintenance branch artifact (#123)
1 parent 5b73528 commit d27fbae

3 files changed

Lines changed: 26 additions & 1 deletion

File tree

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Invoke-BuildStep 'Creating artifacts' {
101101
"src/Stats.CreateAzureCdnWarehouseReports/Stats.CreateAzureCdnWarehouseReports.csproj", `
102102
"src/UpdateLicenseReports/UpdateLicenseReports.csproj", `
103103
"src/Gallery.CredentialExpiration/Gallery.CredentialExpiration.csproj", `
104-
"src/Gallery.Maintenance/Gallery.Maintenance.csproj", `
104+
"src/Gallery.Maintenance/Gallery.Maintenance.nuspec", `
105105
"src/ArchivePackages/ArchivePackages.csproj", `
106106
"src/Search.GenerateAuxiliaryData/Search.GenerateAuxiliaryData.csproj", `
107107
"src/HandlePackageEdits/HandlePackageEdits.csproj", `

src/Gallery.Maintenance/Gallery.Maintenance.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@
8787
</ItemGroup>
8888
<ItemGroup>
8989
<None Include="App.config" />
90+
<None Include="Gallery.Maintenance.nuspec">
91+
<SubType>Designer</SubType>
92+
</None>
9093
<None Include="project.json" />
9194
<None Include="Scripts\Functions.ps1" />
9295
<None Include="Scripts\Gallery.Maintenance.cmd" />
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>Gallery.Maintenance</id>
5+
<version>$version$</version>
6+
<title>Gallery.Maintenance</title>
7+
<authors>.NET Foundation</authors>
8+
<owners>.NET Foundation</owners>
9+
<description>Gallery.Maintenance</description>
10+
<copyright>Copyright .NET Foundation</copyright>
11+
</metadata>
12+
<files>
13+
<file src="bin\$configuration$\*.*" target="bin"/>
14+
15+
<file src="Scripts\Gallery.Maintenance.cmd" />
16+
17+
<file src="Scripts\Functions.ps1" />
18+
<file src="Scripts\PreDeploy.ps1" />
19+
<file src="Scripts\PostDeploy.ps1" />
20+
<file src="Scripts\nssm.exe" />
21+
</files>
22+
</package>

0 commit comments

Comments
 (0)