Skip to content

Commit ec2b00e

Browse files
committed
Skip additional build step for test projects
1 parent 3f4d9e0 commit ec2b00e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vsts-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variables:
2-
buildArgs: '-property:configuration=release'
3-
testArgs: '$(buildArgs) -f netcoreapp3.1'
2+
buildArgs: '-c Release'
3+
testArgs: '$(buildArgs) -f netcoreapp3.1 --no-build'
44

55

66
jobs:
@@ -88,7 +88,7 @@ jobs:
8888
arguments: $(buildArgs)
8989
- task: DotNetCoreCLI@2
9090
displayName: 'Test Fody'
91-
enabled: false
91+
enabled: false # fody tests currently do not run on mac/linux
9292
inputs:
9393
command: 'test'
9494
projects: 'Fody.sln'
@@ -119,7 +119,7 @@ jobs:
119119
arguments: $(buildArgs)
120120
- task: DotNetCoreCLI@2
121121
displayName: 'Test Fody'
122-
enabled: false
122+
enabled: false # fody tests currently do not run on mac/linux
123123
inputs:
124124
command: 'test'
125125
projects: 'Fody.sln'

0 commit comments

Comments
 (0)