Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Archive ProGet Project Release

Archives a project release in ProGet, so that it doesn't show up as an active release.

Script usage:

ProGet::Archive-ProjectRelease(
	[ProjectName: <text>],
	[Release: <text>],
	[To: <text>],
	[ProGetUrl: <text>],
	[ApiKey: <text>]
);

Arguments:

NameFormatScript UsageUsage 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".