We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50783ec commit 18e6dbeCopy full SHA for 18e6dbe
build.sh
@@ -8,8 +8,8 @@ mozroots --import --sync --quiet
8
mono ./.nuget/NuGet.exe restore ./ScriptCs.sln
9
10
# script
11
-mkdir -p artifacts/bin
+mkdir -p artifacts/Release/bin
12
xbuild ./ScriptCs.sln /property:Configuration=Release /nologo /verbosity:normal
13
-cp src/*/bin/Release/* artifacts/bin/
+cp src/*/bin/Release/* artifacts/Release/bin/
14
mono ./packages/xunit.runners.1.9.2/tools/xunit.console.clr4.exe test/ScriptCs.Tests.Acceptance/bin/Release/ScriptCs.Tests.Acceptance.dll /xml artifacts/ScriptCs.Tests.Acceptance.dll.TestResult.xml /html artifacts/ScriptCs.Tests.Acceptance.dll.TestResult.html
15
0 commit comments