mirror of
https://github.com/evopro-ag/Sharp7Reactive.git
synced 2025-12-13 10:32:52 +00:00
Update build workflow
Update Version/Author
This commit is contained in:
4
.github/workflows/dotnet-core.yml
vendored
4
.github/workflows/dotnet-core.yml
vendored
@@ -21,9 +21,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
run: dotnet build --configuration Release --no-restore
|
||||
run: dotnet build --configuration Release --no-restore /p:version=1.1.${{ github.run_number }}
|
||||
- name: NugetPublish
|
||||
run: dotnet nuget push Sharp7.Rx\bin\Release\Sharp7.Rx.1.1.${{ github.run_number }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_DEPLOY_KEY }}
|
||||
run: dotnet nuget push Sharp7Reactive\Sharp7.Rx\bin\Release\Sharp7.Rx.1.1.${{ github.run_number }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_DEPLOY_KEY }}
|
||||
- name: Test
|
||||
run: dotnet test --no-restore --verbosity normal
|
||||
- name: Create Release
|
||||
|
||||
@@ -4,9 +4,8 @@
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
||||
<Version>1.0.0</Version>
|
||||
<Authors>Federico Barresi</Authors>
|
||||
<Company>evopro AG</Company>
|
||||
<Authors>evopro system engineering AG</Authors>
|
||||
<Company>evopro system engineering AG</Company>
|
||||
<Description>Reactive framework for Sharp7, the Ethernet S7 PLC communication suite</Description>
|
||||
<PackageProjectUrl>https://github.com/evopro-ag/Sharp7Reactive</PackageProjectUrl>
|
||||
<PackageLicenseUrl>https://raw.githubusercontent.com/evopro-ag/Sharp7Reactive/master/LICENSE</PackageLicenseUrl>
|
||||
|
||||
Reference in New Issue
Block a user