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 7357bce commit 2eaa152Copy full SHA for 2eaa152
azure-pipeline - Crm.Hubspot.OAuthProxy.yml
@@ -8,8 +8,8 @@ variables:
8
projectName: 'Umbraco.Forms.Integrations.Crm.Hubspot.OAuthProxy'
9
project: 'src/$(projectName)/$(projectName).csproj'
10
buildConfiguration: 'Release'
11
- azureServiceConnection: ''
12
- webAppName: 'umbraco-forms-hubspot'
+ azureServiceConnection: 'Umbraco Forms Integrations - Umbraco Cloud Services Dev - Hubspot Auth'
+ webAppName: 'azapp-forms-hubspot-auth-we-dev-svc'
13
14
steps:
15
- script: dotnet build $(project) --configuration $(buildConfiguration)
0 commit comments