Skip to content

Commit 46a1e9d

Browse files
wallymathieugusty
authored andcommitted
Only run test compile on appveyor
1 parent 8b9acb3 commit 46a1e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ install:
1717
- cmd: git submodule update --init --recursive
1818
build_script:
1919
- cmd: dotnet restore ./FSharpPlus.sln
20-
- cmd: dotnet build -c Release ./FSharpPlus.sln
20+
#- cmd: dotnet build -c Release ./FSharpPlus.sln
2121
- cmd: dotnet test -c Test tests/FSharpPlus.Tests
2222
- ps: if ($env:VersionSuffix) { dotnet pack build.proj --version-suffix $env:VersionSuffix } else { dotnet pack build.proj }
2323
test: off

0 commit comments

Comments
 (0)