File tree Expand file tree Collapse file tree 5 files changed +1
-22
lines changed
Expand file tree Collapse file tree 5 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ concurrency:
1515 cancel-in-progress : true
1616
1717env :
18- dotnet_sdk_version : ' 9.0.100'
1918 postgis_version : 3
2019 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
2120 # Windows comes with PG pre-installed, and defines the PGPASSWORD environment variable. Remove it as it interferes
7069
7170 - name : Setup .NET Core SDK
7271 uses : actions/setup-dotnet@v4.3.0
73- with :
74- dotnet-version : |
75- ${{ env.dotnet_sdk_version }}
7672
7773 - name : Build
7874 run : dotnet build -c ${{ matrix.config }}
@@ -355,8 +351,6 @@ jobs:
355351
356352 - name : Setup .NET Core SDK
357353 uses : actions/setup-dotnet@v4.3.0
358- with :
359- dotnet-version : ${{ env.dotnet_sdk_version }}
360354
361355 - name : Pack
362356 run : dotnet pack Npgsql.sln --configuration Release --property:PackageOutputPath="$PWD/nupkgs" --version-suffix "ci.$(date -u +%Y%m%dT%H%M%S)+sha.${GITHUB_SHA:0:9}" -p:ContinuousIntegrationBuild=true
@@ -389,8 +383,6 @@ jobs:
389383
390384 - name : Setup .NET Core SDK
391385 uses : actions/setup-dotnet@v4.3.0
392- with :
393- dotnet-version : ${{ env.dotnet_sdk_version }}
394386
395387 - name : Pack
396388 run : dotnet pack Npgsql.sln --configuration Release --property:PackageOutputPath="$PWD/nupkgs" -p:ContinuousIntegrationBuild=true
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ concurrency:
3232 cancel-in-progress : true
3333
3434env :
35- dotnet_sdk_version : ' 9.0.100'
3635 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
3736
3837jobs :
6766
6867 - name : Setup .NET Core SDK
6968 uses : actions/setup-dotnet@v4.3.0
70- with :
71- dotnet-version : ${{ env.dotnet_sdk_version }}
7269
7370 - name : Build
7471 run : dotnet build -c Release
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ concurrency:
1515 cancel-in-progress : true
1616
1717env :
18- dotnet_sdk_version : ' 9.0.100'
1918 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
2019 AOT_Compat : |
2120 param([string]$targetFramework)
@@ -109,9 +108,6 @@ jobs:
109108
110109 - name : Setup .NET Core SDK
111110 uses : actions/setup-dotnet@v4.3.0
112- with :
113- dotnet-version : |
114- ${{ env.dotnet_sdk_version }}
115111
116112 - name : Write script
117113 run : echo "$AOT_Compat" > test-aot-compatibility.ps1
@@ -146,9 +142,6 @@ jobs:
146142
147143 - name : Setup .NET Core SDK
148144 uses : actions/setup-dotnet@v4.3.0
149- with :
150- dotnet-version : |
151- ${{ env.dotnet_sdk_version }}
152145
153146 - name : Start PostgreSQL
154147 run : |
Original file line number Diff line number Diff line change 44 workflow_dispatch :
55
66env :
7- dotnet_sdk_version : ' 9.0.100'
87 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
98
109jobs :
2524
2625 - name : Setup .NET Core SDK
2726 uses : actions/setup-dotnet@v4.3.0
28- with :
29- dotnet-version : ${{ env.dotnet_sdk_version }}
3027
3128 - name : Build
3229 run : dotnet build Npgsql.sln --configuration Debug
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9.0.100 " ,
3+ "version" : " 9.0.200 " ,
44 "rollForward" : " latestMajor" ,
55 "allowPrerelease" : false
66 }
You can’t perform that action at this time.
0 commit comments