Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 60a1961

Browse files
author
Isaiah Williams
authored
Updating the build configuration (#321)
1 parent 5480511 commit 60a1961

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: "Code scanning - action"
22

33
on:
4-
push:
54
pull_request:
65
schedule:
76
- cron: '0 16 * * 5'

azure-pipelines.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ steps:
3232
result: 'PoliCheck.xml'
3333
condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))
3434

35-
- task: UseDotNet@2
36-
displayName: 'Use .NET Core 3.1'
37-
inputs:
38-
packageType: sdk
39-
version: 3.1.x
40-
installationPath: $(Agent.ToolsDirectory)/dotnet
41-
4235
- task: DotNetCoreCLI@2
4336
displayName: Build
4437
inputs:
@@ -78,14 +71,6 @@ steps:
7871
PoliCheck: true
7972
condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))
8073

81-
- task: UseDotNet@2
82-
displayName: 'Use .NET Core 2.2'
83-
inputs:
84-
packageType: sdk
85-
version: 2.2.x
86-
installationPath: $(Agent.ToolsDirectory)/dotnet
87-
condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
88-
8974
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
9075
displayName: 'ESRP code signing'
9176
inputs:

0 commit comments

Comments
 (0)