---
title: "Archive ProGet Project Release"
---
Archives a project release in ProGet, so that it doesn't show up as an active release.
ProGet::Archive-ProjectRelease(
[ProjectName: <text>],
[Release: <text>],
[To: <text>],
[ProGetUrl: <text>],
[ApiKey: <text>]
);
Name | Format | Script Usage | Usage Notes |
---|---|---|---|
Project name | text | ProjectName | Default value is "$ApplicationName". |
Release number | text | Release | Value note: "default ($ReleaseNumber.$BuildNumber or $BuildNumber)". |
ProGet connection | text | To | Value note: "default". |
ProGet base URL | text | ProGetUrl | Not specifying will "Use URL from ProGet connection". |
API key | text | ApiKey | Not specifying will "Use token from ProGet connection". |