Attempt to fix Github Action issues
This commit is contained in:
9
.github/workflows/build_android.yml
vendored
9
.github/workflows/build_android.yml
vendored
@@ -4,6 +4,7 @@ on: [push, pull_request]
|
||||
env:
|
||||
DOTNET_NOLOGO: true
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: false
|
||||
DOTNET_ROLL_FORWARD: 'LatestMinor'
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -32,11 +33,11 @@ jobs:
|
||||
git lfs version
|
||||
git lfs pull
|
||||
- name: Configure .NET version
|
||||
uses: richardrigutins/replace-in-files@v2
|
||||
uses: jacobtomlinson/gha-find-replace@3.0.5
|
||||
with:
|
||||
files: '*.csproj'
|
||||
search-text: 'LatestMajor'
|
||||
replacement-text: 'LatestMinor'
|
||||
find: "LatestMajor"
|
||||
replace: "LatestMinor"
|
||||
include: "**/*.csproj"
|
||||
- name: Build
|
||||
run: |
|
||||
.\Development\Scripts\Windows\CallBuildTool.bat -build -log -printSDKs -dotnet=8 -arch=ARM64 -platform=Android -configuration=Release -buildtargets=FlaxGame
|
||||
|
||||
17
.github/workflows/build_windows.yml
vendored
17
.github/workflows/build_windows.yml
vendored
@@ -4,6 +4,7 @@ on: [push, pull_request]
|
||||
env:
|
||||
DOTNET_NOLOGO: true
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: false
|
||||
DOTNET_ROLL_FORWARD: 'LatestMinor'
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -29,11 +30,11 @@ jobs:
|
||||
git lfs version
|
||||
git lfs pull
|
||||
- name: Configure .NET version
|
||||
uses: richardrigutins/replace-in-files@v2
|
||||
uses: jacobtomlinson/gha-find-replace@3.0.5
|
||||
with:
|
||||
files: '*.csproj'
|
||||
search-text: 'LatestMajor'
|
||||
replacement-text: 'LatestMinor'
|
||||
find: "LatestMajor"
|
||||
replace: "LatestMinor"
|
||||
include: "**/*.csproj"
|
||||
- name: Build
|
||||
run: |
|
||||
.\Development\Scripts\Windows\CallBuildTool.bat -build -log -printSDKs -dotnet=8 -arch=x64 -platform=Windows -configuration=Development -buildtargets=FlaxEditor
|
||||
@@ -60,11 +61,11 @@ jobs:
|
||||
git lfs version
|
||||
git lfs pull
|
||||
- name: Configure .NET version
|
||||
uses: richardrigutins/replace-in-files@v2
|
||||
uses: jacobtomlinson/gha-find-replace@3.0.5
|
||||
with:
|
||||
files: '*.csproj'
|
||||
search-text: 'LatestMajor'
|
||||
replacement-text: 'LatestMinor'
|
||||
find: "LatestMajor"
|
||||
replace: "LatestMinor"
|
||||
include: "**/*.csproj"
|
||||
- name: Build
|
||||
run: |
|
||||
.\Development\Scripts\Windows\CallBuildTool.bat -build -log -printSDKs -dotnet=8 -arch=x64 -platform=Windows -configuration=Release -buildtargets=FlaxGame
|
||||
|
||||
17
.github/workflows/cd.yml
vendored
17
.github/workflows/cd.yml
vendored
@@ -7,6 +7,7 @@ on:
|
||||
env:
|
||||
DOTNET_NOLOGO: true
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: false
|
||||
DOTNET_ROLL_FORWARD: 'LatestMinor'
|
||||
GIT_LFS_PULL_OPTIONS: '-c lfs.concurrenttransfers=1 -c lfs.transfer.maxretries=2 -c http.version="HTTP/1.1" -c lfs.activitytimeout=60'
|
||||
|
||||
jobs:
|
||||
@@ -33,11 +34,11 @@ jobs:
|
||||
dotnet --info
|
||||
dotnet workload --info
|
||||
- name: Configure .NET version
|
||||
uses: richardrigutins/replace-in-files@v2
|
||||
uses: jacobtomlinson/gha-find-replace@3.0.5
|
||||
with:
|
||||
files: '*.csproj'
|
||||
search-text: 'LatestMajor'
|
||||
replacement-text: 'LatestMinor'
|
||||
find: "LatestMajor"
|
||||
replace: "LatestMinor"
|
||||
include: "**/*.csproj"
|
||||
- name: Build
|
||||
run: |
|
||||
.\PackageEditor.bat -arch=x64 -platform=Windows -deployOutput=Output -dotnet=8
|
||||
@@ -72,11 +73,11 @@ jobs:
|
||||
dotnet --info
|
||||
dotnet workload --info
|
||||
- name: Configure .NET version
|
||||
uses: richardrigutins/replace-in-files@v2
|
||||
uses: jacobtomlinson/gha-find-replace@3.0.5
|
||||
with:
|
||||
files: '*.csproj'
|
||||
search-text: 'LatestMajor'
|
||||
replacement-text: 'LatestMinor'
|
||||
find: "LatestMajor"
|
||||
replace: "LatestMinor"
|
||||
include: "**/*.csproj"
|
||||
- name: Build
|
||||
run: |
|
||||
.\PackagePlatforms.bat -arch=x64 -platform=Windows -deployOutput=Output -dotnet=8
|
||||
|
||||
9
.github/workflows/tests.yml
vendored
9
.github/workflows/tests.yml
vendored
@@ -4,6 +4,7 @@ on: [push, pull_request]
|
||||
env:
|
||||
DOTNET_NOLOGO: true
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: false
|
||||
DOTNET_ROLL_FORWARD: 'LatestMinor'
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -69,11 +70,11 @@ jobs:
|
||||
git lfs version
|
||||
git lfs pull
|
||||
- name: Configure .NET version
|
||||
uses: richardrigutins/replace-in-files@v2
|
||||
uses: jacobtomlinson/gha-find-replace@3.0.5
|
||||
with:
|
||||
files: '*.csproj'
|
||||
search-text: 'LatestMajor'
|
||||
replacement-text: 'LatestMinor'
|
||||
find: "LatestMajor"
|
||||
replace: "LatestMinor"
|
||||
include: "**/*.csproj"
|
||||
- name: Build
|
||||
run: |
|
||||
.\GenerateProjectFiles.bat -vs2022 -log -verbose -printSDKs -dotnet=8
|
||||
|
||||
Reference in New Issue
Block a user