Skip to content

Commit

Permalink
Revert deploy step to use .NET 6 SDK for Manager Feed (#3671)
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-Morgan authored Jan 9, 2025
1 parent 7c3b5b2 commit 72fefd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/scripts/config-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs: # Each project will have individual jobs for each specific task it has to

deploy-connector-new:
docker:
- image: mcr.microsoft.com/dotnet/sdk:8.0
- image: mcr.microsoft.com/dotnet/sdk:6.0 #Needs to say on .NET 6 so long as Speckle.Manager.Feed is .NET 6
parameters:
slug:
type: string
Expand Down

0 comments on commit 72fefd5

Please sign in to comment.