We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a56210 commit cdc48bdCopy full SHA for cdc48bd
1 file changed
appveyor.yml
@@ -11,12 +11,9 @@ init:
11
before_build:
12
- appveyor-retry dotnet restore -v Minimal
13
build_script:
14
-- dotnet build "Algorithms" -c %CONFIGURATION% --no-dependencies --version-suffix %LABEL%
15
- dotnet build "AlgorithmsTest" -c %CONFIGURATION% --no-dependencies --version-suffix %LABEL%
16
after_build:
17
- 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
20
clone_depth: 1
21
test_script:
22
- dotnet test "AlgorithmsTest" -c %CONFIGURATION%
0 commit comments