Skip to content

Commit cdc48bd

Browse files
committed
appveyor
1 parent 1a56210 commit cdc48bd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@ init:
1111
before_build:
1212
- appveyor-retry dotnet restore -v Minimal
1313
build_script:
14-
- dotnet build "Algorithms" -c %CONFIGURATION% --no-dependencies --version-suffix %LABEL%
1514
- dotnet build "AlgorithmsTest" -c %CONFIGURATION% --no-dependencies --version-suffix %LABEL%
1615
after_build:
1716
- dotnet pack "Algorithms" -c %CONFIGURATION% --no-build --version-suffix %LABEL% -o artifacts
18-
- dotnet pack "AlgorithmsTest" -c %CONFIGURATION% --no-build --version-suffix %LABEL% -o artifacts
19-
- dotnet publish "ConsoleApplication" -c %CONFIGURATION% --no-build --version-suffix %LABEL% -o artifacts\ConsoleApplication
2017
clone_depth: 1
2118
test_script:
2219
- dotnet test "AlgorithmsTest" -c %CONFIGURATION%

0 commit comments

Comments
 (0)