Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions templates/build-preview-msdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,38 +39,6 @@ jobs:
projects: Microsoft.Azure.Cosmos.sln
arguments: -p:Optimize=true -p:IsPreview=true
versioningScheme: OFF

- job:
displayName: Encryption.Custom Project Ref SDK Preview ${{ parameters.BuildConfiguration }}
pool:
name: 'OneES'

steps:
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
clean: true # if true, execute `execute git clean -ffdx && git reset --hard HEAD` before fetching

# Add this Command to Include the .NET 6 SDK
- task: UseDotNet@2
displayName: Use .NET 6.0
inputs:
packageType: 'runtime'
version: '6.x'

- task: UseDotNet@2
displayName: Use .NET 8.0
inputs:
packageType: 'sdk'
version: '8.x'

- task: DotNetCoreCLI@2
displayName: Build Microsoft.Azure.Cosmos.Encryption.Custom Project Ref
inputs:
command: build
configuration: $(parameters.BuildConfiguration)
nugetConfigPath: NuGet.config
projects: Microsoft.Azure.Cosmos.sln
arguments: -p:Optimize=true -p:IsPreview=true;SdkProjectRef=true
versioningScheme: OFF

- job:
displayName: Preview Tests ${{ parameters.BuildConfiguration }}
Expand Down