Skip to content

Commit db53cfa

Browse files
authored
v3/ps6 branch setup (#380)
* Set up v3.x/ps6 branch build * Append ".PS6" to the NuGet package id
1 parent e56e6aa commit db53cfa

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22

33
|Branch|Status|
44
|---|---|
5-
|master|[![master-build-status][]][master-build-site]|
6-
|dev|[![dev-build-status][]][dev-build-site]|
5+
|v3.x/ps6|[![v3.x-ps6-build-status][]][v3.x-ps6-build-site]|
76

87
[azure-functions-logo]: https://raw.githubusercontent.com/Azure/azure-functions-cli/master/src/Azure.Functions.Cli/npm/assets/azure-functions-logo-color-raster.png
9-
[master-build-status]: https://ci.appveyor.com/api/projects/status/github/Azure/azure-functions-powershell-worker?branch=master&svg=true
10-
[dev-build-status]: https://ci.appveyor.com/api/projects/status/github/Azure/azure-functions-powershell-worker?branch=dev&svg=true
11-
[master-build-site]: https://ci.appveyor.com/project/appsvc/azure-functions-powershell-worker?branch=master
12-
[dev-build-site]: https://ci.appveyor.com/project/appsvc/azure-functions-powershell-worker?branch=dev
8+
[v3.x-ps6-build-status]: https://ci.appveyor.com/api/projects/status/github/Azure/azure-functions-powershell-worker?branch=v3.x/ps6&svg=true
9+
[v3.x-ps6-build-site]: https://ci.appveyor.com/project/appsvc/azure-functions-powershell-worker?branch=v3.x/ps6
1310

1411
# Azure Functions PowerShell Language Worker
1512

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ pull_requests:
55

66
branches:
77
only:
8-
- dev
9-
- master
8+
- v3.x/ps6
109

1110
image:
1211
- Ubuntu

package/Microsoft.Azure.Functions.PowerShellWorker.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Licensed under the MIT license. See LICENSE file in the project root for full li
55
-->
66
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
77
<metadata>
8-
<id>Microsoft.Azure.Functions.PowerShellWorker</id>
8+
<id>Microsoft.Azure.Functions.PowerShellWorker.PS6</id>
99
<!-- Needed to specify the version here for the nuspec to be valid -->
1010
<version>$version$</version>
11-
<title>Azure Function PowerShell Language Worker</title>
11+
<title>Azure Function PowerShell Language Worker (PowerShell 6)</title>
1212
<authors>Microsoft</authors>
1313
<owners>Microsoft</owners>
1414
<requireLicenseAcceptance>false</requireLicenseAcceptance>

0 commit comments

Comments
 (0)