Skip to content

Commit 007db85

Browse files
committed
...
1 parent ebb74c2 commit 007db85

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,11 @@ for:
4444
- ps: docker ps -a
4545
- ps: dotnet tool install --global FlubuCore.GlobalTool --version 4.2.8
4646

47+
before_build:
48+
- ps: $env:api_key
49+
4750
build_script:
48-
- ps: flubu Rebuild.Server -apiKey=%api_key%
51+
- ps: flubu Rebuild.Server -apiKey=$env:api_key
4952

5053
-
5154
matrix:

0 commit comments

Comments
 (0)