File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -47,32 +47,6 @@ steps:
4747 projects : ' **/*Test*/*.csproj'
4848 arguments : ' --configuration $(buildConfiguration) --collect "Code coverage"'
4949
50- - task : NuGetCommand@2
51- displayName : Restore Setup Solution
52- inputs :
53- restoreSolution : ' $(setupSamplesSolution)'
54-
55- - task : VSBuild@1
56- displayName : Build Setup Solution
57- inputs :
58- solution : ' $(setupSamplesSolution)'
59- configuration : ' $(buildConfiguration)'
60- platform : ' $(buildPlatform)'
61- msbuildArgs : ' /t:Build /p:JavaSdkDirectory="$(JAVA_HOME_8_X64)"'
62-
63- - task : NuGetCommand@2
64- displayName : Restore Features Solution
65- inputs :
66- restoreSolution : ' $(featuresSamplesSolution)'
67-
68- - task : VSBuild@1
69- displayName : Build Features Solution
70- inputs :
71- solution : ' $(featuresSamplesSolution)'
72- configuration : ' $(buildConfiguration)'
73- platform : ' $(buildPlatform)'
74- msbuildArgs : ' /t:Build /p:JavaSdkDirectory="$(JAVA_HOME_8_X64)"'
75-
7650- task : CopyFiles@2
7751 displayName : Copy Packages to Artifact Directory
7852 inputs :
You can’t perform that action at this time.
0 commit comments