Skip to content

Commit 1ecac1d

Browse files
committed
feat(runner): Remove copy builder
1 parent b7afa2f commit 1ecac1d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To use this runner for your project, edit the `codingame.yml` file and add the f
1515
```yaml
1616
runner:
1717
name: codingame/mono-nuget-nunit-runner
18-
version: 1.0.0-mono-4.8
18+
version: 1.1.0-mono-4.8
1919
```
2020
2121
## Example

entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/bin/bash
22

3-
cp -a /project/answer/. /project/target
4-
53
cd /project/target
64

75
xbuild /verbosity:quiet /nologo /p:AssemblyName=Solution /p:OutDir=bin/> buildError.txt

0 commit comments

Comments
 (0)