@microsoft/teamsfx-core 1.6.0-rc.3 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.0-rc",
2
+ "version": "^0.5.0",
3
3
  "tagPrefix": "templates@",
4
4
  "tagListURL": "https://github.com/OfficeDev/TeamsFx/releases/download/template-tag-list/template-tags.txt",
5
5
  "templateDownloadBaseURL": "https://github.com/OfficeDev/TeamsFx/releases/download"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx-core",
3
- "version": "1.6.0-rc.3",
3
+ "version": "1.6.0",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "license": "MIT",
@@ -63,7 +63,7 @@
63
63
  "@azure/storage-blob": "^12.7.0",
64
64
  "@dbpiper/timer": "1.0.0-beta.2",
65
65
  "@feathersjs/hooks": "^0.6.5",
66
- "@microsoft/teamsfx-api": "^0.17.0-rc.0",
66
+ "@microsoft/teamsfx-api": "^0.17.0",
67
67
  "@npmcli/arborist": "^4.2.0",
68
68
  "@types/jwt-decode": "3.1.0",
69
69
  "@types/proper-lockfile": "^4.1.1",
@@ -182,7 +182,7 @@
182
182
  "resource/**/*",
183
183
  "templates/**/*"
184
184
  ],
185
- "gitHead": "4b99f53197b4eee508e0d52baf0e98aca78c5e70",
185
+ "gitHead": "724ecf9b2a33414f4d415bb56dc49442837b5d7b",
186
186
  "publishConfig": {
187
187
  "access": "public"
188
188
  },
@@ -26,9 +26,8 @@ steps:
26
26
  TEAMSFX_ENV_NAME: <%env_name%>
27
27
  inputs:
28
28
  targetType: 'inline'
29
- failOnStderr: true
30
29
  script: |
31
- set -vuxo pipefail
30
+ set -evuxo pipefail
32
31
 
33
32
  # Install the local dev dependency of @microsoft/teamsfx-cli.
34
33
  # 'npm ci' is used here to install dependencies and it depends on package-lock.json.
@@ -18,9 +18,8 @@ steps:
18
18
  - task: Bash@3
19
19
  inputs:
20
20
  targetType: 'inline'
21
- failOnStderr: true
22
21
  script: |
23
- set -vuxo pipefail
22
+ set -evuxo pipefail
24
23
 
25
24
  # This is just an example workflow for continuous integration.
26
25
  # You should customize it to meet your own requirements.
@@ -27,9 +27,8 @@ steps:
27
27
  TEAMSFX_ENV_NAME: <%env_name%>
28
28
  inputs:
29
29
  targetType: 'inline'
30
- failOnStderr: true
31
30
  script: |
32
- set -vuxo pipefail
31
+ set -evuxo pipefail
33
32
 
34
33
  # Install the local dev dependency of @microsoft/teamsfx-cli.
35
34
  # 'npm ci' is used here to install dependencies and it depends on package-lock.json.
@@ -24,9 +24,8 @@ steps:
24
24
  TEAMSFX_ENV_NAME: <%env_name%>
25
25
  inputs:
26
26
  targetType: 'inline'
27
- failOnStderr: true
28
27
  script: |
29
- set -vuxo pipefail
28
+ set -evuxo pipefail
30
29
 
31
30
  # Install the local dev dependency of @microsoft/teamsfx-cli.
32
31
  # 'npm ci' is used here to install dependencies and it depends on package-lock.json.