Skip to content

Commit c11ff6a

Browse files
author
Ilya
committed
version 1.6.4 test
1 parent 0499bd8 commit c11ff6a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/release-action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,14 @@ jobs:
5454
echo "Error: Tag does not match NuGet package version"
5555
exit 1
5656
fi
57+
58+
- name: Tests
59+
run: |
60+
dotnet test ./src/${{env.PROJECT_NAME}}/${{env.PROJECT_NAME}}.Tests.csproj
5761
5862
- name: Pack package
5963
run: dotnet pack ./src/${{env.PROJECT_NAME}}/${{env.PROJECT_NAME}}.csproj -c Release /p:Version=${VERSION} /p:NuspecFile=Asv.Gnss.nuspec --no-build -o .
6064

6165
- name: List output files
6266
run: ls -la
63-
67+

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<Nullable>enable</Nullable>
4-
<ProductVersion>1.6.3-dev</ProductVersion>
4+
<ProductVersion>1.6.4</ProductVersion>
55
<AsvCommonVersion>2.0.0</AsvCommonVersion>
66
</PropertyGroup>
77
</Project>

0 commit comments

Comments
 (0)