# HG changeset patch # User Michael Johnson # Date 1678857073 28800 # Tue Mar 14 21:11:13 2023 -0800 # Node ID ec7e9f35678f0af860c3c235a583f69ac15e369d # Parent f343d914a6916db2c97f31c67f43f32c885f1d70 Run build against tip instead of master diff --git a/.builds/.full.yml b/.builds/.full.yml --- a/.builds/.full.yml +++ b/.builds/.full.yml @@ -28,7 +28,7 @@ mkdir -p $artifacts/packages - build: | cd RandN - hg update master + hg update tip dotnet build $solution --configuration $config --verbosity quiet - test-full: | cd RandN