We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb96b8 commit c665058Copy full SHA for c665058
.github/actions/build/action.yml
@@ -22,9 +22,9 @@ inputs:
22
required: false
23
default: 'Release'
24
build-platform:
25
- description: 'Build platform. Deafult: ''AnyCPU'''
+ description: 'Build platform. Deafult: ''Any CPU'''
26
27
- default: 'AnyCPU'
+ default: 'Any CPU'
28
build-glob-pattern:
29
description: 'Search pattern for source code. Default: ''**/*.csproj'''
30
.github/workflows/dotnet.yml
@@ -30,7 +30,7 @@ env:
is_preview: ${{ startsWith(github.ref_name, 'preview') }}
31
dotnet-sdk-version: '9.x'
32
build-configuration: 'Release'
33
- build-platform: 'AnyCPU'
+ build-platform: 'Any CPU'
34
git-version: '6.0.x'
35
36
jobs:
0 commit comments