Skip to content

Commit fe21116

Browse files
authored
Merge pull request #198 from Z-bit-Systems-LLC/develop
Fix publishing
2 parents 1cd7ea0 + c6f3a81 commit fe21116

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

ci/GitVersion.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ workflow: 'GitHubFlow/v1'
22
next-version: '5.0.6'
33
branches:
44
main:
5-
mode: ContinuousDeployment
5+
mode: ContinuousDelivery
66
label: 'beta'
77
increment: Patch
88
track-merge-target: false
99
tracks-release-branches: false
1010
regex: ^master$|^main$
1111
is-release-branch: true
1212
is-main-branch: true
13+
prevent-increment-of-merged-branch-version: true
1314
develop:
1415
label: 'beta'
1516
increment: None

ci/package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
inputs:
1818
command: 'publish'
1919
publishWebProjects: false
20-
projects: 'src/Console/Console.csproj'
20+
projects: 'src/ACUConsole/ACUConsole.csproj'
2121
arguments: '-r osx-arm64 --configuration $(BuildConfiguration) /p:PublishSingleFile=true /p:IncludeAllContentForSelfExtract=true --self-contained true --output $(Build.ArtifactStagingDirectory)/TestConsole/osx-arm64 /p:Version=$(GitVersionAssembly)'
2222
zipAfterPublish: false
2323
modifyOutputPath: false
@@ -29,7 +29,7 @@ steps:
2929
publishWebProjects: false
3030
zipAfterPublish: false
3131
modifyOutputPath: false
32-
projects: 'src/Console/Console.csproj'
32+
projects: 'src/ACUConsole/ACUConsole.csproj'
3333
arguments: '-r win-x64 --configuration $(BuildConfiguration) /p:PublishSingleFile=true /p:IncludeAllContentForSelfExtract=true --self-contained true --output $(Build.ArtifactStagingDirectory)/TestConsole/win-x64 /p:Version=$(GitVersionAssembly)'
3434

3535
- task: DotNetCoreCLI@2
@@ -39,7 +39,7 @@ steps:
3939
publishWebProjects: false
4040
zipAfterPublish: false
4141
modifyOutputPath: false
42-
projects: 'src/Console/Console.csproj'
42+
projects: 'src/ACUConsole/ACUConsole.csproj'
4343
arguments: '-r linux-x64 --configuration $(BuildConfiguration) /p:PublishSingleFile=true /p:IncludeAllContentForSelfExtract=true --self-contained true --output $(Build.ArtifactStagingDirectory)/TestConsole/linux-x64 /p:Version=$(GitVersionAssembly)'
4444

4545
- task: DotNetCoreCLI@2
@@ -49,7 +49,7 @@ steps:
4949
publishWebProjects: false
5050
zipAfterPublish: false
5151
modifyOutputPath: false
52-
projects: 'src/Console/Console.csproj'
52+
projects: 'src/ACUConsole/ACUConsole.csproj'
5353
arguments: '-r linux-arm64 --configuration $(BuildConfiguration) --self-contained true -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -p:IncludeAllContentForSelfExtract=true --output $(Build.ArtifactStagingDirectory)/TestConsole/linux-arm64 /p:Version=$(GitVersionAssembly)'
5454

5555
- task: ArchiveFiles@2

0 commit comments

Comments
 (0)