Skip to content

Commit 8e75697

Browse files
committed
Fix appveyor build
1 parent 632222a commit 8e75697

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,15 @@ configuration:
88
- Release
99
platform: Any CPU
1010
clone_depth: 1
11+
environment:
12+
DOTNET_NOLOGO: true
13+
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
14+
DOTNET_CLI_TELEMETRY_OPTOUT: true
1115
before_build:
1216
- ps: dotnet restore
1317
build:
1418
verbosity: minimal
19+
project: WowPacketParser.slnx
1520
artifacts:
1621
- path: WowPacketParser\bin
1722
name: WPP

0 commit comments

Comments
 (0)