File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,14 @@ jobs:
54
54
echo "Error: Tag does not match NuGet package version"
55
55
exit 1
56
56
fi
57
+
58
+ - name : Tests
59
+ run : |
60
+ dotnet test ./src/${{env.PROJECT_NAME}}/${{env.PROJECT_NAME}}.Tests.csproj
57
61
58
62
- name : Pack package
59
63
run : dotnet pack ./src/${{env.PROJECT_NAME}}/${{env.PROJECT_NAME}}.csproj -c Release /p:Version=${VERSION} /p:NuspecFile=Asv.Gnss.nuspec --no-build -o .
60
64
61
65
- name : List output files
62
66
run : ls -la
63
-
67
+
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<Nullable >enable</Nullable >
4
- <ProductVersion >1.6.3-dev </ProductVersion >
4
+ <ProductVersion >1.6.4 </ProductVersion >
5
5
<AsvCommonVersion >2.0.0</AsvCommonVersion >
6
6
</PropertyGroup >
7
7
</Project >
You can’t perform that action at this time.
0 commit comments