diff --git a/.travis.yml b/.travis.yml index 9a824f4..4b916b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,5 @@ install: - sudo apt-get install dotnet-dev-1.0.4 -y script: - dotnet restore - - dotnet build -c Debug --framework netcoreapp1.1 src/GatewayApp.NetCore - - dotnet build -c Release --framework netcoreapp1.1 src/GatewayApp.NetCore + - dotnet build -c Debug -f netcoreapp1.1 src/GatewayApp.NetCore + - dotnet build -c Release -f netcoreapp1.1 src/GatewayApp.NetCore diff --git a/Opc.Ua.Publisher.Module.sln b/Opc.Ua.Publisher.Module.sln index 42fbe97..ec74cc0 100644 --- a/Opc.Ua.Publisher.Module.sln +++ b/Opc.Ua.Publisher.Module.sln @@ -12,7 +12,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution .travis.yml = .travis.yml appveyor.yml = appveyor.yml Dockerfile = Dockerfile - global.json = global.json License.txt = License.txt README.md = README.md EndProjectSection