We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1567d2 commit 65bd487Copy full SHA for 65bd487
1 file changed
.github/workflows/github-actions.yml
@@ -19,7 +19,7 @@ env:
19
solution: ${{ github.workspace }}/Ocaramba.sln
20
buildPlatform: Any CPU
21
buildConfiguration: Release
22
- frameworkVersion: 4.2.4
+ frameworkVersion: 4.2.5
23
TestResultsDirWindows: D:\a\Ocaramba\Ocaramba\TestResults
24
ChromeDriverVersion: 137.0.7151.6800
25
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
@@ -525,3 +525,4 @@ jobs:
525
- name: Push Nuget Package
526
run: dotnet nuget push .\OcarambaLite.${{ env.frameworkVersion }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
527
if: (success() && startsWith(github.ref, 'refs/tags/'))
528
+
0 commit comments