Skip to content

Commit

Permalink
change binary artifacts folder to Release/bin for *nix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamralph committed Mar 3, 2015
1 parent 50783ec commit 18e6dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Expand Up @@ -8,8 +8,8 @@ mozroots --import --sync --quiet
mono ./.nuget/NuGet.exe restore ./ScriptCs.sln

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

0 comments on commit 18e6dbe

Please sign in to comment.