Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince213 committed Sep 11, 2021
1 parent b73004f commit 1940fe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BuildAndPackage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.
[CmdletBinding()]
param (
[string]$CoreVersion = '2021.03',
[string]$ZefVersion = '0.11.6',
[string]$CoreVersion = '2021.08',
[string]$ZefVersion = '0.11.11',
[switch]$KeepBuild = $False,
[switch]$KeepSource = $False,
[string]$Postfix = ''
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ platform:
- x86
- x64
environment:
CoreVersion: 2021.03
ZefVersion: 0.11.6
CoreVersion: 2021.08
ZefVersion: 0.11.11
build_script:
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" %PLATFORM%
- cmd: set "PATH=C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\Strawberry\c\bin;%PATH%"
Expand Down

0 comments on commit 1940fe8

Please sign in to comment.