This repository was archived by the owner on Jul 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" , `
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments