Skip to content

Commit e5ac67e

Browse files
committed
updated dotnet publish command
1 parent 8ddc22d commit e5ac67e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ commands:
1212
name: dotnet publish
1313
command: |
1414
mkdir /publish
15-
dotnet publish -r win-x64 -c Release -p:PublishSingleFile=true -p:PublishTrimmed=true -o /publish
15+
dotnet publish -r win-x64 -c Release -p:PublishSingleFile=true -p:PublishTrimmed=true -p:Version=$env:CIRCLE_TAG -o /publish
1616
ls /publish
1717
publish:
1818
steps:
@@ -36,10 +36,6 @@ jobs:
3636
executor: win/default
3737
steps:
3838
- build
39-
- run:
40-
name: list stuff
41-
command: |
42-
ls /publish
4339

4440
publish:
4541
executor: win/default

0 commit comments

Comments
 (0)