@@ -20,13 +20,13 @@ steps:
20
20
displayName : ' Build'
21
21
inputs :
22
22
command : ' build'
23
- arguments : ' -c Release'
23
+ arguments : ' -c Release --no-restore '
24
24
25
25
- task : DotNetCoreCLI@2
26
26
displayName : ' Publish MySqlConnector.Tests'
27
27
inputs :
28
28
command : ' publish'
29
- arguments : ' -c Release -f netcoreapp2.1 tests/MySqlConnector.Tests/MySqlConnector.Tests.csproj'
29
+ arguments : ' -c Release -f netcoreapp2.1 --no-build tests/MySqlConnector.Tests/MySqlConnector.Tests.csproj'
30
30
publishWebProjects : false
31
31
zipAfterPublish : false
32
32
- task : PublishPipelineArtifact@0
38
38
displayName : ' Publish Conformance.Tests'
39
39
inputs :
40
40
command : ' publish'
41
- arguments : ' -c Release -f netcoreapp3.0 tests/Conformance.Tests/Conformance.Tests.csproj'
41
+ arguments : ' -c Release -f netcoreapp3.0 --no-build tests/Conformance.Tests/Conformance.Tests.csproj'
42
42
publishWebProjects : false
43
43
zipAfterPublish : false
44
44
- task : PublishPipelineArtifact@0
50
50
displayName : ' Publish SideBySide (2.0)'
51
51
inputs :
52
52
command : ' publish'
53
- arguments : ' -c Release -f netcoreapp2.0 tests/SideBySide/SideBySide.csproj'
53
+ arguments : ' -c Release -f netcoreapp2.0 --no-build tests/SideBySide/SideBySide.csproj'
54
54
publishWebProjects : false
55
55
zipAfterPublish : false
56
56
- task : PublishPipelineArtifact@0
62
62
displayName : ' Publish SideBySide (2.1)'
63
63
inputs :
64
64
command : ' publish'
65
- arguments : ' -c Release -f netcoreapp2.1 tests/SideBySide/SideBySide.csproj'
65
+ arguments : ' -c Release -f netcoreapp2.1 --no-build tests/SideBySide/SideBySide.csproj'
66
66
publishWebProjects : false
67
67
zipAfterPublish : false
68
68
- task : PublishPipelineArtifact@0
74
74
displayName : ' Publish SideBySide (3.0)'
75
75
inputs :
76
76
command : ' publish'
77
- arguments : ' -c Release -f netcoreapp3.0 tests/SideBySide/SideBySide.csproj'
77
+ arguments : ' -c Release -f netcoreapp3.0 --no-build tests/SideBySide/SideBySide.csproj'
78
78
publishWebProjects : false
79
79
zipAfterPublish : false
80
80
- task : PublishPipelineArtifact@0
0 commit comments