Skip to content

Commit b4e02f5

Browse files
committed
fixed path in build.sh
1 parent e706b14 commit b4e02f5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install:
2727
script:
2828
- mkdir artifacts --parents
2929
- msbuild ./ScriptCs.sln /property:Configuration=Release /nologo /verbosity:normal
30-
- mono ./packages/xunit.runner.console.2.3.1/tools/net452/xunit.console.exe test/ScriptCs.Tests.Acceptance/bin/Release/ScriptCs.Tests.Acceptance.dll
30+
- mono ./packages/xunit.runner.console.2.3.1/tools/net452/xunit.console.exe test/ScriptCs.Tests.Acceptance/bin/Release/net461/ScriptCs.Tests.Acceptance.dll
3131

3232
addons:
3333
apt:

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ mono ./.nuget/NuGet.exe restore ./ScriptCs.sln
1111
# script
1212
mkdir -p artifacts/Release/bin
1313
msbuild ./ScriptCs.sln /property:Configuration=Release /nologo /verbosity:normal
14-
cp src/ScriptCs/bin/Release/* artifacts/Release/bin/
15-
mono ./packages/xunit.runner.console.2.3.1/tools/net452/xunit.console.exe test/ScriptCs.Tests.Acceptance/bin/Release/ScriptCs.Tests.Acceptance.dll
14+
cp src/ScriptCs/bin/Release/net461/* artifacts/Release/bin/
15+
mono ./packages/xunit.runner.console.2.3.1/tools/net452/xunit.console.exe test/ScriptCs.Tests.Acceptance/bin/Release/net461/ScriptCs.Tests.Acceptance.dll

0 commit comments

Comments
 (0)