Skip to content

Commit 1a6632b

Browse files
authored
Merge pull request Azure-Samples#77 from CIPop/devops
Fixing YAML file
2 parents 3699762 + 0b2c333 commit 1a6632b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

vsts/linux_csharp_netcore.sh

100644100755
File mode changed.

vsts/vsts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ phases:
209209
dotnet new
210210
211211
rem Start build
212-
build.cmd -clean -nounittests -configuration Debug
212+
build.cmd -clean -norun -configuration Debug
213213
214214
displayName: build
215215

0 commit comments

Comments
 (0)