ec7e9f35678f — Michael Johnson 2 months ago
Run build against tip instead of master
1 files changed, 1 insertions(+), 1 deletions(-)

M .builds/.full.yml
M .builds/.full.yml +1 -1
@@ 28,7 28,7 @@ tasks:
       mkdir -p $artifacts/packages
   - build: |
       cd RandN
-      hg update master
+      hg update tip
       dotnet build $solution --configuration $config --verbosity quiet
   - test-full: |
       cd RandN