Skip to content

Commit

Permalink
Update build-and-publish.yml (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
runceel authored Dec 21, 2023
1 parent 34c09eb commit f2148c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install dependencies
run: dotnet restore ReactiveProperty.sln
- name: Build
run: dotnet build ReactiveProperty.sln -c Release --no-restore /p:ContinuousIntegrationBuild=True /p:EmbedUntrackedSources=True /p:Version=${GITHUB_REF/refs/tags}
run: dotnet build ReactiveProperty.sln -c Release --no-restore /p:ContinuousIntegrationBuild=True /p:EmbedUntrackedSources=True
- name: Test
run: dotnet test ReactiveProperty.sln --no-restore --verbosity normal
- name: Copy package files
Expand Down

0 comments on commit f2148c2

Please sign in to comment.