8000 VSTS build changes for RC1 · PowerShell/PowerShellStandard@af51b43 · GitHub
[go: up one dir, main page]

Skip to content

Commit af51b43

Browse files
committed
VSTS build changes for RC1
Update the various references to version to RC1
1 parent 89848f5 commit af51b43

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/5/PowerShellStandard.Library.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>PowerShellStandard.Library</id>
5-
<version>5.1.0-preview-06</version>
5+
<version>5.1.0-RC1</version>
66
<authors>Microsoft</authors>
77
<owners>Microsoft,PowerShellTeam</owners>
88
<projectUrl>https://github.com/PowerShell/PowerShellStandard</projectUrl>
@@ -17,7 +17,7 @@
1717
</references>
1818
</metadata>
1919
<files>
20-
<file src="obj/Debug/netstandard2.0/System.Management.Automation.dll" target="lib/netstandard2.0" />
20+
<file src="obj/Release/netstandard2.0/System.Management.Automation.dll" target="lib/netstandard2.0" />
2121
</files>
2222
</package>
2323

src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0-preview-06">
9+
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0-RC1">
1010
<PrivateAssets>All</PrivateAssets>
1111
</PackageReference>
1212

tools/releaseBuild/signing.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
dest="__OUTPATHROOT__\release\out\Microsoft.PowerShell.Standard.Module.Template.0.1.3.nupkg" />
77
<file src="__INPATHROOT__\release\out\PowerShellStandard.Library.3.0.0-preview-02.nupkg" signType="CP-401405"
88
dest="__OUTPATHROOT__\release\out\PowerShellStandard.Library.3.0.0-preview-02.nupkg" />
9-
<file src="__INPATHROOT__\release\out\PowerShellStandard.Library.5.1.0-preview-06.nupkg" signType="CP-401405"
10-
dest="__OUTPATHROOT__\release\out\PowerShellStandard.Library.5.1.0-preview-06.nupkg" />
9+
<file src="__INPATHROOT__\release\out\PowerShellStandard.Library.5.1.0-RC1.nupkg" signType="CP-401405"
10+
dest="__OUTPATHROOT__\release\out\PowerShellStandard.Library.5.1.0-RC1.nupkg" />
1111
</job>
1212
</SignConfigXML>

0 commit comments

Comments
 (0)
0