Skip to content

Commit

Permalink
Remove Image Tag OverRide For Nuget as tinglesoftware#921 is fixed an…
Browse files Browse the repository at this point in the history
…d 1.24 no longer exists
  • Loading branch information
MarkTallentire authored Aug 15, 2024
1 parent b125f1f commit cad6187
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ resource appConfiguration 'Microsoft.AppConfiguration/configurationStores@2023-0
}
}

// override the default updater image tag for nuget jobs
// TODO: remove this here and on Azure once the authentication issues are resolved (https://github.com/tinglesoftware/dependabot-azure-devops/issues/921)
resource nugetVersion 'keyValues' = { name: 'Workflow:UpdaterImageTags:nuget$Production', properties: { value: '1.24' } }

}

/* Storage Account */
Expand Down

0 comments on commit cad6187

Please sign in to comment.