Skip to content

Commit 438e9fb

Browse files
[FSSDK-11731] cleanup
1 parent 353f1c0 commit 438e9fb

File tree

3 files changed

+2
-47
lines changed

3 files changed

+2
-47
lines changed

.github/workflows/csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
netFrameworksAndUnitTest:
3030
name: Build Framework & Run Unit Tests
3131
needs: [ lintCodebase ]
32-
runs-on: windows-2022 # required version for Framework 4.0
32+
runs-on: windows-2022
3333
env:
3434
REPO_SLUG: ${{ github.repository }}
3535
BUILD_NUMBER: ${{ github.run_id }}

.github/workflows/csharp_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
buildFrameworkVersions:
3232
name: Build Framework versions
3333
needs: [ variables ]
34-
runs-on: windows-2022 # required version for Framework 4.0
34+
runs-on: windows-2022
3535
steps:
3636
- name: Checkout code
3737
uses: actions/checkout@v4

.github/workflows/sonarqube.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)