There was an error while loading. Please reload this page.
1 parent 632222a commit 8e75697Copy full SHA for 8e75697
1 file changed
appveyor.yml
@@ -8,10 +8,15 @@ configuration:
8
- Release
9
platform: Any CPU
10
clone_depth: 1
11
+environment:
12
+ DOTNET_NOLOGO: true
13
+ DOTNET_GENERATE_ASPNET_CERTIFICATE: false
14
+ DOTNET_CLI_TELEMETRY_OPTOUT: true
15
before_build:
16
- ps: dotnet restore
17
build:
18
verbosity: minimal
19
+ project: WowPacketParser.slnx
20
artifacts:
21
- path: WowPacketParser\bin
22
name: WPP
0 commit comments