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 Build

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

Script usage:

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

Arguments:

NameFormatScript UsageUsage Notes
Project name
text
ProjectName
Default value is "$ApplicationName".
Build Version
text
Build
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".