Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build on github actions #246

Merged
merged 41 commits into from
Oct 31, 2020
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
f08fe7d
adding format and removing build cmds
laedit Oct 19, 2020
7db2ca8
Add info to produce a dotnet tool on dotnet pack (#245)
Oct 19, 2020
a97bb70
fix file encoding
laedit Oct 20, 2020
b2518ae
Add sonar analysis
laedit Oct 21, 2020
691c352
fix args for dotnet test
laedit Oct 21, 2020
e164685
forgot configuration Release
laedit Oct 21, 2020
e89c0ac
switch coverage to opencover and add sonar properties
laedit Oct 21, 2020
64d00e5
following sonarcloud set up
laedit Oct 21, 2020
b421f76
add verbose log for sonar
Oct 21, 2020
e7a803b
verbose is not supported in the end phase
Oct 21, 2020
41ea84f
fix coverlet used
laedit Oct 24, 2020
c32af10
move build to github action
laedit Oct 27, 2020
f43c755
Merge branch 'master' into build-on-github-actions
Oct 27, 2020
b703dfa
fix gitversion install
laedit Oct 27, 2020
216bb63
Add packageSourceUrl to chocolatey nuspec
laedit Oct 27, 2020
de52692
fix version
laedit Oct 27, 2020
ed67c48
still trying to figure out this stuff
laedit Oct 27, 2020
bd81a65
use gitversion action
laedit Oct 29, 2020
e66bcf6
forgot install parameter
laedit Oct 29, 2020
5bc247d
create artifacts folder
laedit Oct 29, 2020
ea67492
Forgot to replace some version
laedit Oct 29, 2020
8985965
fix nuget pack
laedit Oct 29, 2020
e8dfa79
fix bad path
laedit Oct 29, 2020
d9921ad
fix version for chocolatey replacement
laedit Oct 29, 2020
56e4e25
fix nvika.nuspec path
laedit Oct 29, 2020
1ab0e26
Add cache for chocolatey
laedit Oct 29, 2020
af93602
forgot cache key
laedit Oct 29, 2020
8b96f53
use binaries from publish folder
laedit Oct 30, 2020
8c7d573
trying to fix chocolatey cache
laedit Oct 30, 2020
98a7dc2
removing verbose for sonar
laedit Oct 30, 2020
879e6a2
fix badges on readme
laedit Oct 30, 2020
e587a0a
fix nuget pack warnings
laedit Oct 30, 2020
f83ac0e
fix artefacts folders
laedit Oct 30, 2020
2778aa3
fix msbuild not containing tools folder
laedit Oct 30, 2020
8b067f8
upgrade java version used to fix sonar warning
laedit Oct 30, 2020
243fe2b
nuget folder creation not necessary anymore
laedit Oct 30, 2020
971e2f6
fix msbuild missing tools folder
laedit Oct 30, 2020
7c19d19
delete unnecessary tools
laedit Oct 30, 2020
606e823
trying to fix strange error
laedit Oct 30, 2020
7868386
I don't understand
laedit Oct 30, 2020
6ba5010
copy icon for msbuild package
laedit Oct 30, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix bad path
laedit committed Oct 29, 2020
commit e8dfa79e9fcde31d55d83b5f5a87910f710774c7
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -105,7 +105,7 @@ jobs:
- name: Create MSBuild package
run: |
Copy-Item -Path "src/NVika/bin/Release/netcoreapp3.1/*" -Destination src\NVika.MSBuild\tools
nuget pack D:\Prog\Github\vika\src\NVika.MSBuild\NVika.MSBuild.nuspec -Version ${{ steps.gitversion.outputs.nuGetVersionV2 }} -OutputDirectory artifacts
nuget pack src/NVika.MSBuild/NVika.MSBuild.nuspec -Version ${{ steps.gitversion.outputs.nuGetVersionV2 }} -OutputDirectory artifacts

- name: Publish windows version
run: |