Skip to content

Commit 548b290

Browse files
committed
try fix deterministic build
1 parent 260424c commit 548b290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
- name: Setup .NET
3535
uses: actions/setup-dotnet@v4
3636

37-
- run: dotnet build ./Packages.sln --configuration Release
37+
- run: dotnet build ./Packages.sln --configuration Release /p:ContinuousIntegrationBuild=true
3838

3939
# Create the NuGet package in the folder from the environment variable NuGetDirectory
40-
- run: dotnet pack ./Packages.sln --configuration Release --output ${{ env.NuGetDirectory }}
40+
- run: dotnet pack ./Packages.sln --configuration Release --output ${{ env.NuGetDirectory }} /p:ContinuousIntegrationBuild=true
4141

4242
# Publish the NuGet package as an artifact, so they can be used in the following jobs
4343
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)