Skip to content

Commit

Permalink
update build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomohisa committed Dec 25, 2024
1 parent 7c3342d commit f2bb0d2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/packageMemStat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Restore dependencies
run: |
pushd ./
dotnet nuget add source -n benchmarknightly https://www.myget.org/F/benchmarkdotnet/api/v3/index.json
dotnet restore Sekiban.sln
- name: Build with dotnet
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Restore dependencies
run: |
pushd ./
dotnet nuget add source -n benchmarknightly https://www.myget.org/F/benchmarkdotnet/api/v3/index.json
dotnet restore Sekiban.sln
- name: Build with dotnet
run: |
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
dotnet user-secrets set "Sekiban:Contexts:Secondary:Aws:S3BucketName" "jjga-s3"
- name: Restore dependencies
run: |
dotnet nuget add source -n benchmarknightly https://www.myget.org/F/benchmarkdotnet/api/v3/index.json
dotnet restore Sekiban.sln
- name: Test Build
run: |
Expand Down Expand Up @@ -110,6 +111,7 @@ jobs:
dotnet user-secrets set "Sekiban:Contexts:Secondary:Aws:S3BucketName" "jjga-s3"
- name: Restore dependencies
run: |
dotnet nuget add source -n benchmarknightly https://www.myget.org/F/benchmarkdotnet/api/v3/index.json
dotnet restore Sekiban.sln
- name: Test Build
run: |
Expand Down Expand Up @@ -164,6 +166,7 @@ jobs:
dotnet user-secrets set "Sekiban:Contexts:Secondary:Aws:S3BucketName" "jjga-s3"
- name: Restore dependencies
run: |
dotnet nuget add source -n benchmarknightly https://www.myget.org/F/benchmarkdotnet/api/v3/index.json
dotnet restore Sekiban.sln
- name: Test Build
run: |
Expand Down Expand Up @@ -220,6 +223,7 @@ jobs:
dotnet user-secrets set "Sekiban:Contexts:Secondary:Aws:S3BucketName" "jjga-s3"
- name: Restore dependencies
run: |
dotnet nuget add source -n benchmarknightly https://www.myget.org/F/benchmarkdotnet/api/v3/index.json
dotnet restore Sekiban.sln
- name: Test Build
run: |
Expand Down Expand Up @@ -274,6 +278,7 @@ jobs:
dotnet user-secrets set "Sekiban:Contexts:Secondary:Aws:S3BucketName" "jjga-s3"
- name: Restore dependencies
run: |
dotnet nuget add source -n benchmarknightly https://www.myget.org/F/benchmarkdotnet/api/v3/index.json
dotnet restore Sekiban.sln
- name: Test Build
run: |
Expand Down Expand Up @@ -329,6 +334,7 @@ jobs:
dotnet user-secrets set "Sekiban:Contexts:Secondary:Aws:S3BucketName" "jjga-s3"
- name: Restore dependencies
run: |
dotnet nuget add source -n benchmarknightly https://www.myget.org/F/benchmarkdotnet/api/v3/index.json
dotnet restore Sekiban.sln
- name: Test Build
run: |
Expand Down Expand Up @@ -380,6 +386,7 @@ jobs:
dotnet user-secrets set "Sekiban:Contexts:Secondary:Aws:S3BucketName" "jjga-s3"
- name: Restore dependencies
run: |
dotnet nuget add source -n benchmarknightly https://www.myget.org/F/benchmarkdotnet/api/v3/index.json
dotnet restore Sekiban.sln
- name: Test Build
run: |
Expand Down Expand Up @@ -435,6 +442,7 @@ jobs:
dotnet user-secrets set "Sekiban:Contexts:Secondary:Aws:S3BucketName" "jjga-s3"
- name: Restore dependencies
run: |
dotnet nuget add source -n benchmarknightly https://www.myget.org/F/benchmarkdotnet/api/v3/index.json
dotnet restore Sekiban.sln
- name: Test Build
run: |
Expand Down Expand Up @@ -492,6 +500,7 @@ jobs:
dotnet user-secrets set "Sekiban:Contexts:Secondary:Aws:S3BucketName" "jjga-s3"
- name: Restore dependencies
run: |
dotnet nuget add source -n benchmarknightly https://www.myget.org/F/benchmarkdotnet/api/v3/index.json
dotnet restore SekibanFor8.sln
- name: Test dotnet
uses: nick-fields/retry@v2
Expand Down Expand Up @@ -547,6 +556,7 @@ jobs:
dotnet user-secrets set "Sekiban:Contexts:Secondary:Aws:S3BucketName" "jjga-s3"
- name: Restore dependencies
run: |
dotnet nuget add source -n benchmarknightly https://www.myget.org/F/benchmarkdotnet/api/v3/index.json
dotnet restore Sekiban.sln
- name: Test dotnet
uses: nick-fields/retry@v2
Expand Down Expand Up @@ -582,6 +592,7 @@ jobs:
dotnet user-secrets set "Sekiban:Contexts:Secondary:Azure:CosmosDatabase" "GithubActions8"
- name: Restore dependencies
run: |
dotnet nuget add source -n benchmarknightly https://www.myget.org/F/benchmarkdotnet/api/v3/index.json
dotnet restore Sekiban.sln
- name: Test dotnet
run: |
Expand Down Expand Up @@ -612,6 +623,7 @@ jobs:
dotnet user-secrets set "Sekiban:Contexts:Secondary:Azure:CosmosDatabase" "GithubActions"
- name: Restore dependencies
run: |
dotnet nuget add source -n benchmarknightly https://www.myget.org/F/benchmarkdotnet/api/v3/index.json
dotnet restore Sekiban.sln
- name: Test dotnet
run: |
Expand Down Expand Up @@ -656,6 +668,7 @@ jobs:
dotnet user-secrets set "Sekiban:Contexts:Secondary:Aws:S3BucketName" "jjga-s3"
- name: Restore dependencies
run: |
dotnet nuget add source -n benchmarknightly https://www.myget.org/F/benchmarkdotnet/api/v3/index.json
dotnet restore Sekiban.sln
- name: Test dotnet
run: |
Expand Down Expand Up @@ -707,6 +720,7 @@ jobs:
dotnet user-secrets set "Sekiban:Contexts:Secondary:Aws:S3BucketName" "jjga-s3"
- name: Restore dependencies
run: |
dotnet nuget add source -n benchmarknightly https://www.myget.org/F/benchmarkdotnet/api/v3/index.json
dotnet restore Sekiban.sln
- name: Test dotnet
run: |
Expand Down Expand Up @@ -736,6 +750,7 @@ jobs:
dotnet user-secrets set "ConnectionStrings:SekibanPostgresSecondary" "${{secrets.SEKIBAN_POSTGRES_CONNECTION_SECONDARY8}}"
- name: Restore dependencies
run: |
dotnet nuget add source -n benchmarknightly https://www.myget.org/F/benchmarkdotnet/api/v3/index.json
dotnet restore Sekiban.sln
- name: Test dotnet
run: |
Expand Down Expand Up @@ -767,6 +782,7 @@ jobs:
dotnet user-secrets set "ConnectionStrings:SekibanPostgresSecondary" "${{secrets.SEKIBAN_POSTGRES_CONNECTION_SECONDARY}}"
- name: Restore dependencies
run: |
dotnet nuget add source -n benchmarknightly https://www.myget.org/F/benchmarkdotnet/api/v3/index.json
dotnet restore Sekiban.sln
- name: Test dotnet
run: |
Expand Down

0 comments on commit f2bb0d2

Please sign in to comment.