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 3f4d9e0 commit ec2b00eCopy full SHA for ec2b00e
vsts-integration.yml
@@ -1,6 +1,6 @@
1
variables:
2
- buildArgs: '-property:configuration=release'
3
- testArgs: '$(buildArgs) -f netcoreapp3.1'
+ buildArgs: '-c Release'
+ testArgs: '$(buildArgs) -f netcoreapp3.1 --no-build'
4
5
6
jobs:
@@ -88,7 +88,7 @@ jobs:
88
arguments: $(buildArgs)
89
- task: DotNetCoreCLI@2
90
displayName: 'Test Fody'
91
- enabled: false
+ enabled: false # fody tests currently do not run on mac/linux
92
inputs:
93
command: 'test'
94
projects: 'Fody.sln'
@@ -119,7 +119,7 @@ jobs:
119
120
121
122
123
124
125
0 commit comments