Skip to content

Commit a75c04d

Browse files
author
Andrew Omondi
committed
ci: fix failing deploy after trimming project addition.
1 parent 7312b38 commit a75c04d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pipelines/productionBuild.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ extends:
5757
displayName: 'Use .NET 6'
5858
inputs:
5959
version: 6.x
60+
- task: UseDotNet@2
61+
displayName: 'Use .NET 8 for trimming validation'
62+
inputs:
63+
version: 8.x
6064
- task: PowerShell@2
6165
displayName: 'Set Java Home to use Java 11'
6266
inputs:

0 commit comments

Comments
 (0)