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.
2 parents ec8f102 + b5c0338 commit b8ef8f7Copy full SHA for b8ef8f7
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Set Test Address
37
if: github.ref == 'refs/heads/master'
38
run: |
39
- Set-Content -Path "src/BlazorApplicationInsights.Tests/BrowserTestsAddress.config" -Value "${{ steps.netlify.outputs.NETLIFY_LIVE_URL }}";
+ Set-Content -Path "src/BlazorApplicationInsights.Tests/BrowserTestsAddress.config" -Value "${{ steps.netlify.outputs.NETLIFY_URL }}";
40
shell: pwsh
41
42
- name: Deploy to Staging
0 commit comments