Skip to content

Commit

Permalink
Merge pull request #1070 from solidify/bugfix/net6-build
Browse files Browse the repository at this point in the history
Bugfix/net6 build
  • Loading branch information
Alexander-Hjelm authored Sep 25, 2024
2 parents 0ea5755 + 45d789f commit c11fa8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pool:

variables:
BuildPlatform: 'any cpu'
BuildConfiguration: 'release'
BuildConfiguration: 'Release'
major: 3
minor: 0
dotNetVersion: '6.0.x'
Expand Down Expand Up @@ -87,7 +87,7 @@ steps:
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
displayName: 'Copy JiraExport files'
inputs:
SourceFolder: '$(system.defaultworkingdirectory)\src\WorkItemMigrator\JiraExport\bin\$(BuildConfiguration)\net6\win-x64'
SourceFolder: '$(system.defaultworkingdirectory)\src\WorkItemMigrator\JiraExport\bin\$(BuildConfiguration)\net6'
Contents: |
ApplicationInsights.config
Atlassian.Jira.dll
Expand Down
2 changes: 1 addition & 1 deletion test/integration/integration-test-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:
- name: BuildPlatform
value: 'any cpu'
- name: BuildConfiguration
value: 'release'
value: 'Release'
- name: ConfigFileName
value: 'config-cloud.json'
- name: AuthMethod
Expand Down
2 changes: 1 addition & 1 deletion test/integration/integration-test-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variables:
- name: BuildPlatform
value: 'any cpu'
- name: BuildConfiguration
value: 'release'
value: 'Release'
- name: ConfigFileName
value: 'config-server.json'
- name: AuthMethod
Expand Down

0 comments on commit c11fa8a

Please sign in to comment.