Skip to content

Commit

Permalink
feat: move to dotnet 8.0.2
Browse files Browse the repository at this point in the history
move to dotnet 8.0.2

BREAKING CHANGE: move to dotnet 8.0.2
  • Loading branch information
jvandaal committed Mar 13, 2024
1 parent 891deb5 commit 3028d35
Show file tree
Hide file tree
Showing 30 changed files with 6,213 additions and 7,031 deletions.
8 changes: 1 addition & 7 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@
"version": 1,
"isRoot": true,
"tools": {
"fake-cli": {
"version": "5.22.0",
"commands": [
"fake"
]
},
"paket": {
"version": "7.0.2",
"version": "8.0.3",
"commands": [
"paket"
]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.VBR_SONAR_TOKEN }}
shell: bash
run: |
./.sonar/scanner/dotnet-sonarscanner begin /k:"Informatievlaanderen_ticketing-system" /o:"informatievlaanderen" /d:sonar.login="${{ secrets.VBR_SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.dotcover.reportsPaths=dotCover.Output.html > /dev/null 2>&1
./.sonar/scanner/dotnet-sonarscanner begin /k:"Informatievlaanderen_ticketing-system" /o:"informatievlaanderen" /d:sonar.token="${{ secrets.VBR_SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.dotcover.reportsPaths=dotCover.Output.html > /dev/null 2>&1
- name: Build
shell: bash
Expand All @@ -104,4 +104,4 @@ jobs:
SONAR_TOKEN: ${{ secrets.VBR_SONAR_TOKEN }}
shell: bash
run: |
./.sonar/scanner/dotnet-sonarscanner end /d:sonar.login="${{ secrets.VBR_SONAR_TOKEN }}" > /dev/null 2>&1
./.sonar/scanner/dotnet-sonarscanner end /d:sonar.token="${{ secrets.VBR_SONAR_TOKEN }}" > /dev/null 2>&1
1 change: 0 additions & 1 deletion TicketingSystem.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.fsx = build.fsx
Directory.Build.props = Directory.Build.props
global.json = global.json
package.json = package.json
Expand Down
119 changes: 0 additions & 119 deletions build.fsx

This file was deleted.

226 changes: 0 additions & 226 deletions build.fsx.lock

This file was deleted.

13 changes: 0 additions & 13 deletions build.sh

This file was deleted.

Loading

0 comments on commit 3028d35

Please sign in to comment.