Skip to content

Commit a7e468f

Browse files
committed
Update appveyor.yml to forget about building nuget packages for now
1 parent 47a6f09 commit a7e468f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

appveyor.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
VisualStudioVersion: 11.0
33

4-
version: 31.0.0.CI{build}
4+
version: 33.1.0.CI{build}
55

66
shallow_clone: true
77

@@ -24,15 +24,15 @@ build:
2424
verbosity: minimal
2525

2626

27-
test_script:
28-
- REM cd C:\projects\cefsharp\CefSharp.Test\bin\x86\%configuration%\
29-
- cd
30-
- REM copy C:\Tools\xUnit\*.*
31-
- REM xunit.console.clr4.x86 CefSharp.Test.dll /appveyor
27+
#test_script:
28+
# - REM cd C:\projects\cefsharp\CefSharp.Test\bin\x86\%configuration%\
29+
# - cd
30+
# - REM copy C:\Tools\xUnit\*.*
31+
# - REM xunit.console.clr4.x86 CefSharp.Test.dll /appveyor
3232

33-
after_test:
34-
- cmd: cd \projects\cefsharp\NuGet
35-
- cmd: pack.bat
33+
#after_test:
34+
# - cmd: cd \projects\cefsharp\NuGet
35+
# - cmd: pack.bat
3636

37-
artifacts:
38-
- path: NuGet\*.nupkg
37+
#artifacts:
38+
# - path: NuGet\*.nupkg

0 commit comments

Comments
 (0)