Skip to content

Commit 6c983da

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent ba0ca96 commit 6c983da

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

azure-pipelines.yml

+2-14
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,8 @@ steps:
4545
displayName: 'Setting tests'
4646
# Visual Studio Test
4747
# Run unit and functional tests (Selenium, Appium, Coded UI test, etc.) using the Visual Studio Test (VsTest) runner. Test frameworks that have a Visual Studio test adapter such as MsTest, xUnit, NUnit, Chutzpah (for JavaScript tests using QUnit, Mocha and Jasmine), etc. can be run. Tests can be distributed on multiple agents using this task (version 2).
48-
- task: VSTest@2
49-
inputs:
50-
testSelector: 'testAssemblies'
51-
testAssemblyVer2: |
52-
Azure.Functions.Java.Tests.E2E.dll
53-
searchFolder: '$(System.DefaultWorkingDirectory)'
54-
publishRunAttachments: true # Optional
55-
diagnosticsEnabled: true # Optional
56-
#collectDumpOn: 'onAbortOnly' # Optional. Options: onAbortOnly, always, never
57-
#rerunFailedTests: False # Optional
58-
#rerunType: 'basedOnTestFailurePercentage' # Optional. Options: basedOnTestFailurePercentage, basedOnTestFailureCount
59-
#rerunFailedThreshold: '30' # Optional
60-
#rerunFailedTestCasesMaxLimit: '5' # Optional
61-
#rerunMaxAttempts: '3' # Optional
48+
- pwsh: |
49+
.\run-tests.ps1
6250
env:
6351
AzureWebJobsStorage: $(AzureWebJobsStorage)
6452
AzureWebJobsCosmosDBConnectionString: $(AzureWebJobsCosmosDBConnectionString)

0 commit comments

Comments
 (0)