Skip to content

Commit

Permalink
Update buildsamples.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Den Delimarsky authored Jun 5, 2017
1 parent 31b5ae3 commit 44dc752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-scripts/buildsamples.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

TARGET_FOLDER=`cat buildtarget.txt`
TARGET_FOLDER=`cat ../../buildtarget.txt`

for sample in $(find $TARGET_FOLDER -name *.csproj); do dotnet restore $sample; dotnet build $sample; done

0 comments on commit 44dc752

Please sign in to comment.