1
This commit is contained in:
parent
65355d1a37
commit
b6e1a27ace
@ -1,7 +1,6 @@
|
||||
|
||||
using asg_form.Controllers.Store;
|
||||
using asg_form.Controllers.Team;
|
||||
using asg_form.Controllers.Teamregistration;
|
||||
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore.DataEncryption;
|
||||
@ -238,7 +237,7 @@ namespace asg_form.Controllers
|
||||
public DbSet<StoreinfoDB> T_Storeinfo { get; set; }
|
||||
public DbSet<T_config> T_config { get; set; }
|
||||
public DbSet<TaskDB> T_Task { get; set; }
|
||||
public DbSet<ComformDB> T_Comform { get; set; }
|
||||
|
||||
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
|
||||
{
|
||||
string connStr = @"Server=localhost\SQLEXPRESS;Database=master;Trusted_Connection=True;TrustServerCertificate=true";
|
||||
|
@ -1,23 +1,19 @@
|
||||
# .NET Desktop
|
||||
# Build and run tests for .NET Desktop or Windows classic desktop solutions.
|
||||
# Add steps that publish symbols, save build artifacts, and more:
|
||||
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net
|
||||
# Starter pipeline
|
||||
# Start with a minimal pipeline that you can customize to build and deploy your code.
|
||||
# Add steps that build, run tests, deploy, and more:
|
||||
# https://aka.ms/yaml
|
||||
variables: # pipeline-level
|
||||
branch: 'azure_branch'
|
||||
|
||||
trigger:
|
||||
- master
|
||||
trigger:
|
||||
- master
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
steps:
|
||||
- script: |
|
||||
git remote add github https://<username>:<password>@github.com/Brian-Ding/ant-design-blazor.git
|
||||
git checkout -b $(branch)
|
||||
git push -u github $(branch)
|
||||
|
||||
pool:
|
||||
vmImage: 'windows-latest'
|
||||
|
||||
variables:
|
||||
solution: '*.sln'
|
||||
buildPlatform: 'Any CPU'
|
||||
buildConfiguration: 'Release'
|
||||
|
||||
steps:
|
||||
- task: NuGetToolInstaller@1
|
||||
|
||||
- task: NuGetCommand@2
|
||||
inputs:
|
||||
restoreSolution: '$(solution)'
|
||||
|
||||
displayName: 'Command Line Script'
|
Loading…
x
Reference in New Issue
Block a user