Merge remote-tracking branch 'refs/remotes/origin/master'
continuous-integration/drone/push Build is failing Details

ef_core
Maxence LANONE 2 years ago
commit 6838934aa1

@ -11,7 +11,9 @@ steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:7.0
commands:
- cd Sources/
- cd Sources/LolApp/
- dotnet workload restore
- cd ..
- dotnet restore LeagueOfLegends.sln
- dotnet build LeagueOfLegends.sln -c Release --no-restore
- dotnet publish LeagueOfLegends.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release

64
.gitignore vendored

@ -1,4 +1,33 @@
lStudio
# ---> macOS
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# ---> VisualStudio
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
@ -302,7 +331,7 @@ node_modules/
*.dsw
*.dsp
# Visual Studio 6 technical files
# Visual Studio 6 technical files
*.ncb
*.aps
@ -396,33 +425,4 @@ FodyWeavers.xsd
*.msp
# JetBrains Rider
*.sln.iml
# ---> macOS
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
*.sln.iml
Loading…
Cancel
Save