File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,28 @@ steps:
6363 condition : succeededOrFailed()
6464
6565 - task : NuGetCommand@2
66- displayName : ' NuGet restore'
66+ displayName : ' NuGet restore samples dependencies'
67+ inputs :
68+ restoreSolution : winml/samples/public/WinMLGithub/Samples/**/*.sln
69+ condition : succeededOrFailed()
70+
71+ - task : NuGetCommand@2
72+ displayName : ' NuGet restore test dependencies'
73+ inputs :
74+ restoreSolution : winml/samples/public/WinMLGithub/Testing/**/SamplesTest.sln
75+ condition : succeededOrFailed()
76+
77+ - task : VSBuild@1
78+ displayName : ' Build UI test solution winml/samples/public/WinMLGithub/Testing/**/SamplesTest.sln'
79+ inputs :
80+ solution : ' Testing/**/SamplesTest.sln'
81+ vsVersion : 15.0
82+ msbuildArgs : ' /p:AppxPackageSigningEnabled=false -v:diag /p:OutDir=$(System.DefaultWorkingDirectory)\bin\$(BuildPlatform)\$(BuildConfiguration)\'
83+ platform : ' $(BuildPlatform)'
84+ configuration : ' $(BuildConfiguration)'
85+ clean : true
86+ msbuildArchitecture : x64
87+ createLogFile : true
6788 condition : succeededOrFailed()
6889
6990 - task : VSBuild@1
You can’t perform that action at this time.
0 commit comments