Skip to content

Commit 18e6dbe

Browse files
committed
change binary artifacts folder to Release/bin for *nix
1 parent 50783ec commit 18e6dbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ mozroots --import --sync --quiet
88
mono ./.nuget/NuGet.exe restore ./ScriptCs.sln
99

1010
# script
11-
mkdir -p artifacts/bin
11+
mkdir -p artifacts/Release/bin
1212
xbuild ./ScriptCs.sln /property:Configuration=Release /nologo /verbosity:normal
13-
cp src/*/bin/Release/* artifacts/bin/
13+
cp src/*/bin/Release/* artifacts/Release/bin/
1414
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
1515

0 commit comments

Comments
 (0)