Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit c2ee24d

Browse files
Using the publised versions of the libraries
1 parent b32191a commit c2ee24d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ install:
1818
1919
git submodule update --recursive --force
2020
nuget restore GitHubVS.sln
21-
- choco install --no-progress BCC-MSBuildLog --version 0.1.6 --pre
22-
- choco install --no-progress BCC-Submission --version 0.1.3 --pre
21+
- choco install --no-progress BCC-MSBuildLog
22+
- choco install --no-progress BCC-Submission
2323
build_script:
2424
- ps: scripts\build.ps1 -AppVeyor -BuildNumber:$env:APPVEYOR_BUILD_NUMBER
2525
test:

0 commit comments

Comments
 (0)