Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Commit

Permalink
build: Pin .NET SDK version (#224)
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel Pfemeter <m>
  • Loading branch information
manne authored Apr 10, 2020
1 parent 22671d2 commit 84f9d1e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Prerequisites

* .NET Core SDK - version as specified in [src/global.json](src/global.json).
* .NET Core SDK - version as specified in [global.json](global.json).
* PowerShell 7+ (`pwsh` in PATH)

## Building
Expand Down
1 change: 0 additions & 1 deletion azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
displayName: Install/select .NET Core SDK
inputs:
useGlobalJson: true
workingDirectory: src

- script: |
dotnet tool restore
Expand Down
1 change: 0 additions & 1 deletion azure-pipelines/testfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ steps:
displayName: Install/select .NET Core SDK
inputs:
useGlobalJson: true
workingDirectory: src
- script: dotnet restore
displayName: Restore packages
workingDirectory: ${{ parameters.projectdirectory }}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/CodeGeneration.Roslyn.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
CodeGeneration.Roslyn.ruleset = CodeGeneration.Roslyn.ruleset
CodeGeneration.Roslyn.Tests.ruleset = CodeGeneration.Roslyn.Tests.ruleset
Directory.Build.props = Directory.Build.props
global.json = global.json
..\global.json = ..\global.json
..\LICENSE.txt = ..\LICENSE.txt
nuget.config = nuget.config
..\README.md = ..\README.md
Expand Down

0 comments on commit 84f9d1e

Please sign in to comment.