Skip to main content
Filter by
Sorted by
Tagged with
27 votes
1 answer
31k views

I uploaded a maven artefact to the GitHub Package Registry (Beta) and want to add it as maven dependency. I'm already in the Regestry-Beta and activated it for my sample HalloMaven project. Also the ...
Tobse's user avatar
  • 1,476
5 votes
1 answer
1k views

At the moment I'm trying to setup a solution with a implementations class library and an abstractions project. I want to have both packages on nuget.org. Normally when you're just using ...
Pieterjan's user avatar
  • 3,709
2 votes
2 answers
616 views

I'm trying to build some UWP libraries and I receive this error: D:\a\ZXing.Net.Xamarin\ZXing.Net.Xamarin\Source\ZXing.Net.Mobile.WindowsUniversal\ZXing.Net.Mobile.WindowsUniversal.csproj(155,3): ...
knocte's user avatar
  • 18.2k
1 vote
1 answer
1k views

I am using GitHub Actions for Gradle project with this given steps: name: Java CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: ...
suliman's user avatar
  • 344