We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca97392 commit 16963c6Copy full SHA for 16963c6
azure-pipelines.yml
@@ -45,7 +45,6 @@ steps:
45
displayName: 'Setting tests'
46
- pwsh: |
47
.\run-tests.ps1
48
- displayName: 'running tests'
49
env:
50
AzureWebJobsStorage: $(AzureWebJobsStorage)
51
AzureWebJobsCosmosDBConnectionString: $(AzureWebJobsCosmosDBConnectionString)
@@ -57,4 +56,4 @@ steps:
57
56
SBTopicSubName: $(SBTopicSubName)
58
CosmosDBDatabaseName: $(CosmosDBDatabaseName)
59
SBQueueName: $(SBQueueName)
60
- displayName: 'Starting Functions Host and running'
+ displayName: 'running tests'
0 commit comments