RUN_TEST_NET452

This commit is contained in:
Stef Heyenrath
2020-11-28 15:27:32 +01:00
parent a3629a4147
commit 6af127e9f2

View File

@@ -28,6 +28,7 @@ steps:
# Build tests and run tests for net452
- script: |
dotnet test ./test/WireMock.Net.Tests/WireMock.Net.Tests.csproj --configuration Debug --framework net452
condition: and(succeeded(), eq(variables['RUN_TEST_NET452'], 'yes'))
displayName: 'Build tests and run tests for net452'
# Begin SonarScanner