File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 4545 run : dotnet restore
4646
4747 - name : Build projects
48- run : dotnet build --no-restore --configuration Release
48+ run : dotnet build --no-restore --configuration Release /p:ContinuousIntegrationBuild=true
4949
5050 - name : Run tests
5151 run : dotnet test --no-build --configuration Release --verbosity normal
6363 /p:PackageVersion=${{ inputs.version }} `
6464 /p:AssemblyVersion=${{ inputs.version }} `
6565 /p:FileVersion=${{ inputs.version }} `
66- /p:Version=${{ inputs.version }}
66+ /p:Version=${{ inputs.version }} `
67+ /p:ContinuousIntegrationBuild=true
6768
6869 - name : Pack OpenTelemetry.OutOfProcess.Forwarder.Configuration
6970 run : |
7475 /p:PackageVersion=${{ inputs.version }} `
7576 /p:AssemblyVersion=${{ inputs.version }} `
7677 /p:FileVersion=${{ inputs.version }} `
77- /p:Version=${{ inputs.version }}
78+ /p:Version=${{ inputs.version }} `
79+ /p:ContinuousIntegrationBuild=true
7880
7981 - name : Install dotnet-validate
8082 run : dotnet tool install --global dotnet-validate --version 0.0.1-preview.304
You can’t perform that action at this time.
0 commit comments