We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e03398 commit 536f0f6Copy full SHA for 536f0f6
1 file changed
tools/yaml-templates/build-app-host.yml
@@ -53,7 +53,7 @@ steps:
53
54
- script: |
55
sed -i '/^registry=/d' .npmrc
56
- echo "registry=https://office.pkgs.visualstudio.com/ISS/_packaging/ISS_PublicPackages/npm/registry/" >> .npmrc
+ printf '\nregistry=https://office.pkgs.visualstudio.com/ISS/_packaging/ISS_PublicPackages/npm/registry/\n' >> .npmrc
57
echo "always-auth=true" >> .npmrc
58
displayName: 'Configure CFS-compliant npm registry for app hosting sdk'
59
workingDirectory: '$(AppHostingSdkProjectDirectory)'
0 commit comments