Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
${{ runner.os }}-nuget-

- name: Setup .NET Core SDK
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Build
run: dotnet build -c ${{ matrix.config }}
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
${{ runner.os }}-nuget-

- name: Setup .NET Core SDK
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Pack
run: dotnet pack --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
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:
uses: actions/checkout@v5

- name: Setup .NET Core SDK
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Pack
run: dotnet pack --configuration Release --property:PackageOutputPath="$PWD/nupkgs" -p:ContinuousIntegrationBuild=true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main

- name: Setup .NET Core SDK
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Build
run: dotnet build -c Release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/native-aot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
${{ runner.os }}-nuget-

- name: Setup .NET Core SDK
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Write script
run: echo "$AOT_Compat" > test-aot-compatibility.ps1
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
${{ runner.os }}-nuget-

- name: Setup .NET Core SDK
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Start PostgreSQL
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rich-code-nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
${{ runner.os }}-nuget-

- name: Setup .NET Core SDK
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Build
run: dotnet build --configuration Debug
Expand Down