We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ddc22d commit e5ac67eCopy full SHA for e5ac67e
.circleci/config.yml
@@ -12,7 +12,7 @@ commands:
12
name: dotnet publish
13
command: |
14
mkdir /publish
15
- dotnet publish -r win-x64 -c Release -p:PublishSingleFile=true -p:PublishTrimmed=true -o /publish
+ dotnet publish -r win-x64 -c Release -p:PublishSingleFile=true -p:PublishTrimmed=true -p:Version=$env:CIRCLE_TAG -o /publish
16
ls /publish
17
publish:
18
steps:
@@ -36,10 +36,6 @@ jobs:
36
executor: win/default
37
38
- build
39
- - run:
40
- name: list stuff
41
- command: |
42
- ls /publish
43
44
45
0 commit comments