diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-07 20:00:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-07 20:00:48 +0200 |
commit | 70576b01342053ebfbaba52e88eb3748d643befc (patch) | |
tree | 3e69353935d53ddbe0cad4815cfb48d6ccdbbecb /build-msvc.bat | |
parent | 36e1c284fede4f57dd71c67d0c4ad9f5bd360c0a (diff) |
Switch default repository to public0.6.0
Diffstat (limited to 'build-msvc.bat')
-rw-r--r-- | build-msvc.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-msvc.bat b/build-msvc.bat index 2a2146d..0115b08 100644 --- a/build-msvc.bat +++ b/build-msvc.bat @@ -37,8 +37,8 @@ rem Package repository URL (or path). rem if "_%BUILD2_REPO%_" == "__" ( rem set "BUILD2_REPO=https://stage.build2.org/1" - set "BUILD2_REPO=https://pkg.cppget.org/1/queue" -rem set "BUILD2_REPO=https://pkg.cppget.org/1/alpha" +rem set "BUILD2_REPO=https://pkg.cppget.org/1/queue" + set "BUILD2_REPO=https://pkg.cppget.org/1/alpha" ) rem Bpkg configuration directory. |